mirror of
https://github.com/nothings/stb.git
synced 2026-07-21 22:01:05 +00:00
Updated to compile with Visual Studio 2015
This commit is contained in:
@@ -326,6 +326,12 @@
|
||||
#ifndef STB_TILEMAP_INCLUDE_STB_TILEMAP_EDITOR_H
|
||||
#define STB_TILEMAP_INCLUDE_STB_TILEMAP_EDITOR_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
typedef struct stbte_tilemap stbte_tilemap;
|
||||
|
||||
// these are the drawmodes used in STBTE_DRAW_TILE
|
||||
|
||||
Reference in New Issue
Block a user