Added basic BSP test

This commit is contained in:
Guilhem Lavaux 2012-09-17 17:24:04 -04:00
parent dc03871f37
commit 63223a661f
4 changed files with 22 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#if 0
#include "bsp_simple.hpp"
int main(int argc, char **argv)
@ -10,3 +11,5 @@ int main(int argc, char **argv)
return 0;
}
#endif
int main() {}