init
This commit is contained in:
commit
f698a38c7e
585 changed files with 118338 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
/*==============================================================================
|
||||
FMOD Example Framework
|
||||
Copyright (c), Firelight Technologies Pty, Ltd 2014-2025.
|
||||
==============================================================================*/
|
||||
#include <pthread.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define COMMON_PLATFORM_SUPPORTS_FOPEN
|
||||
|
||||
#define FMOD_Main() main(int, char**)
|
||||
#define Common_TTY(format, ...) fprintf(stderr, format, __VA_ARGS__)
|
Loading…
Add table
Add a link
Reference in a new issue