diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2024-06-16 22:20:07 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2024-06-16 22:20:07 +0300 |
commit | 40fbb328150d853d0d7a83ce447c3f008de38822 (patch) | |
tree | 2a41218d92e94c360692ef39162ff2d5348c0e3a /src/test.h | |
parent | fb9a5b153f16d8c8fe961b6af0f54a7178e032a6 (diff) | |
download | cgame-40fbb328150d853d0d7a83ce447c3f008de38822.tar.gz cgame-40fbb328150d853d0d7a83ce447c3f008de38822.tar.bz2 cgame-40fbb328150d853d0d7a83ce447c3f008de38822.zip |
Start integrating pds, fix warnings and add new test build object
Diffstat (limited to 'src/test.h')
-rw-r--r-- | src/test.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test.h b/src/test.h new file mode 100644 index 0000000..4c14fc6 --- /dev/null +++ b/src/test.h @@ -0,0 +1,6 @@ +#ifndef _TEST_H +#define _TEST_H + +void test_func(); + +#endif |