diff --git a/.gitignore b/.gitignore index d56cb93..4a6172e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ build/ -.DS_Store \ No newline at end of file +.DS_Store +.claude/ +steamworks/ \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f19aca..084729c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,5 +141,5 @@ endif() # Create steam_id.txt file with content 480 add_custom_command(TARGET ConnectTool POST_BUILD - COMMAND ${CMAKE_COMMAND} -E echo "480" > $/steam_id.txt + COMMAND ${CMAKE_COMMAND} -E echo "480" > $/steam_appid.txt ) diff --git a/imgui b/imgui new file mode 160000 index 0000000..620a33d --- /dev/null +++ b/imgui @@ -0,0 +1 @@ +Subproject commit 620a33dd85ddd405a76cd5bd4e3995e33585127d diff --git a/nanoid_cpp b/nanoid_cpp new file mode 160000 index 0000000..9105e0f --- /dev/null +++ b/nanoid_cpp @@ -0,0 +1 @@ +Subproject commit 9105e0f3887d518162124e09c3d27612b853733d