Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
wip internal recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnut committed Jan 12, 2024
1 parent 1e31c5e commit 176835e
Show file tree
Hide file tree
Showing 33 changed files with 8,073 additions and 95 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ target_include_directories(${PROJECT} PRIVATE
libs/cocos-headers/extensions
libs/imgui-hook
libs/imgui-hook/imgui
libs/portaudio/include
libs/libsndfile/include
)

add_subdirectory(libs/minhook)
Expand All @@ -44,6 +46,8 @@ target_link_libraries(${PROJECT} minhook imgui-hook opengl32 cocos2d fmod)
target_link_libraries(${PROJECT}
${CMAKE_SOURCE_DIR}/libs/glew/glew32.lib
${CMAKE_SOURCE_DIR}/libs/cocos-headers/cocos2dx/robtop/glfw/glfw3.lib
${CMAKE_SOURCE_DIR}/libs/portaudio/lib/portaudio_x86.lib
${CMAKE_SOURCE_DIR}/libs/libsndfile/lib/sndfile.lib
)

# Enable dev console if building in RelWithDebInfo
Expand Down
4 changes: 2 additions & 2 deletions libs/cocos-headers/cocos2dx/platform/win32/CCStdC.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ THE SOFTWARE.
#define _USE_MATH_DEFINES // make M_PI can be use
#endif

#if !defined(isnan)
/* #if !defined(isnan)
#define isnan _isnan
#endif
#endif */

#ifndef snprintf
#define snprintf _snprintf
Expand Down
502 changes: 502 additions & 0 deletions libs/libsndfile/LICENSE.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 176835e

Please sign in to comment.