fixed latching

This commit is contained in:
2023-08-18 02:13:13 -04:00
parent b0f448aa5a
commit 739a1faa97
208 changed files with 23322 additions and 22949 deletions
CMakeLists.txt
build
CMakeCache.txt
CMakeFiles
3.27.1
CMakeConfigureLog.yamlCMakeDirectoryInformation.cmakeMakefile.cmakeMakefile2TargetDirectories.txt
cc2.dir
DependInfo.cmakebuild.makecmake_clean.cmakecompiler_depend.internalcompiler_depend.makeflags.makelink.txtprogress.make
src
engine
game
ecs
component
action
animation
component_character.c.ocomponent_character.c.o.dcomponent_game_object.c.ocomponent_game_object.c.o.dcomponent_physics.c.ocomponent_physics.c.o.dcomponent_sprite.c.ocomponent_sprite.c.o.d
control
entity
hud
stat
ecs.c.oecs.c.o.decs_component.c.oecs_component.c.o.decs_component_list.c.oecs_component_list.c.o.decs_entity.c.oecs_entity.c.o.d
entity
game.c.ogame.c.o.d
input
render
resource
state
main.c.omain.c.o.d
progress.marks
Makefilecc2cmake_install.cmake
src

@@ -54,10 +54,10 @@ RM = /usr/bin/cmake -E rm -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/anon/main/repos/cc2
CMAKE_SOURCE_DIR = /home/anon/sda/Personal/Repos/cc2
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/anon/main/repos/cc2/build
CMAKE_BINARY_DIR = /home/anon/sda/Personal/Repos/cc2/build
#=============================================================================
# Directory level rules for the build root directory
@@ -81,14 +81,14 @@ clean: CMakeFiles/cc2.dir/clean
CMakeFiles/cc2.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/anon/main/repos/cc2/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79 "Built target cc2"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/anon/sda/Personal/Repos/cc2/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81 "Built target cc2"
.PHONY : CMakeFiles/cc2.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/cc2.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/anon/main/repos/cc2/build/CMakeFiles 79
$(CMAKE_COMMAND) -E cmake_progress_start /home/anon/sda/Personal/Repos/cc2/build/CMakeFiles 81
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/cc2.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/anon/main/repos/cc2/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/anon/sda/Personal/Repos/cc2/build/CMakeFiles 0
.PHONY : CMakeFiles/cc2.dir/rule
# Convenience name for target.