setup.py
soldat_extmod_api/__init__.py
soldat_extmod_api/event_dispatcher.py
soldat_extmod_api/mod_api.py
soldat_extmod_api/soldat_bridge.py
soldat_extmod_api.egg-info/PKG-INFO
soldat_extmod_api.egg-info/SOURCES.txt
soldat_extmod_api.egg-info/dependency_links.txt
soldat_extmod_api.egg-info/requires.txt
soldat_extmod_api.egg-info/top_level.txt
soldat_extmod_api/camera_helper/__init__.py
soldat_extmod_api/camera_helper/camera_manager.py
soldat_extmod_api/game_structs/__init__.py
soldat_extmod_api/game_structs/gfx_structs.py
soldat_extmod_api/game_structs/player_struct.py
soldat_extmod_api/graphics_helper/__init__.py
soldat_extmod_api/graphics_helper/color.py
soldat_extmod_api/graphics_helper/gl_constants.py
soldat_extmod_api/graphics_helper/graphics_manager.py
soldat_extmod_api/graphics_helper/graphics_patcher.py
soldat_extmod_api/graphics_helper/gui_addon.py
soldat_extmod_api/graphics_helper/math_utils.py
soldat_extmod_api/graphics_helper/shader.py
soldat_extmod_api/graphics_helper/shader_program.py
soldat_extmod_api/graphics_helper/sm_image_linkedlist.py
soldat_extmod_api/graphics_helper/sm_text.py
soldat_extmod_api/graphics_helper/vector_utils.py
soldat_extmod_api/interprocess_utils/__init__.py
soldat_extmod_api/interprocess_utils/assembler.py
soldat_extmod_api/interprocess_utils/branch_controller.py
soldat_extmod_api/interprocess_utils/game_addresses.py
soldat_extmod_api/interprocess_utils/kernel_wrapper.py
soldat_extmod_api/interprocess_utils/patcher.py
soldat_extmod_api/interprocess_utils/process_bridge.py
soldat_extmod_api/interprocess_utils/shared_memory.py
soldat_extmod_api/map_helper/__init__.py
soldat_extmod_api/map_helper/map_manager.py
soldat_extmod_api/metaclasses/__init__.py
soldat_extmod_api/metaclasses/singleton.py
soldat_extmod_api/patches/__init__.py
soldat_extmod_api/patches/destroy_context_patch.asm
soldat_extmod_api/patches/draw_final_pass.asm
soldat_extmod_api/patches/draw_hijack_background.asm
soldat_extmod_api/patches/draw_hijack_interface.asm
soldat_extmod_api/patches/draw_hijack_players.asm
soldat_extmod_api/patches/draw_hijack_poly.asm
soldat_extmod_api/patches/draw_hijack_props0.asm
soldat_extmod_api/patches/draw_hijack_props1.asm
soldat_extmod_api/patches/draw_hijack_props2.asm
soldat_extmod_api/patches/func_draw_fullscreen_quad.asm
soldat_extmod_api/patches/func_draw_fullscreen_quad_shader.asm
soldat_extmod_api/patches/gui_patch.asm
soldat_extmod_api/patches/init_context_patch.asm
soldat_extmod_api/patches/keypress_hook.asm
soldat_extmod_api/patches/save_render_targ_debug_unused.asm
soldat_extmod_api/player_helper/__init__.py
soldat_extmod_api/player_helper/player.py