Petari/include/std.h

11 lines
109 B
C++

#ifndef STD_H
#define STD_H
#include "types.h"
namespace std
{
f32 atan2(f32, f32);
};
#endif // STD_H