added the readme
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*==============================================================================
|
||||
FMOD Example Framework
|
||||
Copyright (c), Firelight Technologies Pty, Ltd 2012-2026.
|
||||
==============================================================================*/
|
||||
#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, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user