diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-25 20:02:08 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-25 20:02:08 +0200 |
commit | 0d9781dafdfda9569a2373216ace013663f0d858 (patch) | |
tree | 14ebcf10eb0e32a02190ce4c80363979f9f7216d /source/tests/_exe.c | |
parent | e747b343c332907110dad26e15c20daf3d7d7125 (diff) | |
download | saw-0d9781dafdfda9569a2373216ace013663f0d858.zip |
Sokol and nanovg setup
Diffstat (limited to 'source/tests/_exe.c')
-rw-r--r-- | source/tests/_exe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/tests/_exe.c b/source/tests/_exe.c new file mode 100644 index 0000000..39412dd --- /dev/null +++ b/source/tests/_exe.c @@ -0,0 +1,2 @@ +#include "../saw/_lib.c" +#include "main.test.c" |