cmake windows
This commit is contained in:
parent
f698a38c7e
commit
2ace28d941
387 changed files with 96179 additions and 1 deletions
16
SimpleGame/FMOD/api/studio/examples/common_platform.h
Normal file
16
SimpleGame/FMOD/api/studio/examples/common_platform.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*==============================================================================
|
||||
FMOD Example Framework
|
||||
Copyright (c), Firelight Technologies Pty, Ltd 2012-2025.
|
||||
==============================================================================*/
|
||||
#include <windows.h>
|
||||
|
||||
int FMOD_Main();
|
||||
|
||||
#define COMMON_PLATFORM_SUPPORTS_FOPEN
|
||||
|
||||
#define Common_snprintf _snprintf
|
||||
#define Common_vsnprintf _vsnprintf
|
||||
|
||||
void Common_TTY(const char *format, ...);
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue