Loading [MathJax]/extensions/tex2jax.js
Free Electron
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
godotSilence.h
1 #ifndef __godot_godotSilence_h__
2 #define __godot_godotSilence_h__
3 
4 #ifdef _WIN32
5 //* silence strcpy() warnings
6 #define _CRT_SECURE_NO_DEPRECATE
7 #define _CRT_SECURE_NO_WARNINGS
8 #endif
9 
10 #endif /* __godot_godotSilence_h__ */