mirror of
https://github.com/zeldaret/tp
synced 2026-06-06 11:47:28 -04:00
Improving compatibility with standard cpp compiler (#2920)
* Improving compatibility with standard cpp compiler * Add __REGISTER macro for non mwcc compatibility * Fix for PR comments * fix missing define for revolution * Simplifying cSAngle conversion
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
||||
#include "m_Do/m_Do_graphic.h"
|
||||
#include "m_Do/m_Do_lib.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
extern "C" int atoi(const char* str);
|
||||
extern "C" f32 atof(const char* str);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user