mirror of
https://github.com/zeldaret/tp
synced 2026-06-26 02:14:43 -04:00
standard compiler compatibility changes (#3040)
* move math to cmath * replace stdarg to cstdarg * change stdint to stdint.h * minor fixes * change stdio to cstdio * change stdlib to stdlib * renamed ctype to cctype * fix missing argument for UNSET_FLAG
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
||||
#include "f_op/f_op_kankyo.h"
|
||||
#include "m_Do/m_Do_graphic.h"
|
||||
#include "m_Do/m_Do_lib.h"
|
||||
#include <stdlib>
|
||||
#include <cstdlib>
|
||||
|
||||
static void GxXFog_set();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user