parent
ab95b1a3c1
commit
db8b973aec
|
@ -46,7 +46,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#ifndef AICMD_MAIN_INCLUDED
|
#ifndef AICMD_MAIN_INCLUDED
|
||||||
#define AICMD_MAIN_INCLUDED
|
#define AICMD_MAIN_INCLUDED
|
||||||
|
|
||||||
|
#ifndef _CRT_SECURE_NO_WARNINGS
|
||||||
#define _CRT_SECURE_NO_WARNINGS
|
#define _CRT_SECURE_NO_WARNINGS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -203,4 +205,4 @@ int Assimp_TestBatchLoad (
|
||||||
unsigned int num);
|
unsigned int num);
|
||||||
|
|
||||||
|
|
||||||
#endif // !! AICMD_MAIN_INCLUDED
|
#endif // !! AICMD_MAIN_INCLUDED
|
||||||
|
|
Loading…
Reference in New Issue