fixed calling convention
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef PLATFORM_INCLUDED
|
||||
#define PLATFORM_INCLUDED
|
||||
|
||||
extern int plat_main(void);
|
||||
extern int plat_main(int argc, char **argv);
|
||||
|
||||
#endif // platform.h
|
||||
|
||||
Reference in New Issue
Block a user