cmake windows

This commit is contained in:
antpoms 2025-06-11 16:50:48 +02:00
parent f698a38c7e
commit 2ace28d941
387 changed files with 96179 additions and 1 deletions

View 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, ...);