1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Initial files

This commit is contained in:
Perttu Ahola
2010-11-27 01:02:21 +02:00
commit 4e249fb3fb
71 changed files with 22664 additions and 0 deletions

7
src/test.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef TEST_HEADER
#define TEST_HEADER
void run_tests();
#endif