summaryrefslogtreecommitdiff
path: root/thirdparty/stb/tests/stblib_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/stb/tests/stblib_test.c')
-rw-r--r--thirdparty/stb/tests/stblib_test.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/thirdparty/stb/tests/stblib_test.c b/thirdparty/stb/tests/stblib_test.c
new file mode 100644
index 0000000..9f2e176
--- /dev/null
+++ b/thirdparty/stb/tests/stblib_test.c
@@ -0,0 +1,11 @@
+#include "prerelease/stb_lib.h"
+#define STB_LIB_IMPLEMENTATION
+#include "prerelease/stb_lib.h"
+
+//#define STB_REGEX_IMPLEMENTATION
+//#include "stb_regex.h"
+
+int main(int argc, char **argv)
+{
+
+} \ No newline at end of file