Adding basic test project files

Added the main source file for running tests in. Added premake4.lua so
you can create a project for "any" platform/target of your choice.
Added gitignore to only add those basic files, ignore everything else.
This commit is contained in:
Brian 2014-02-19 21:51:55 -07:00
parent dcdf8538a8
commit 074862ea6c
3 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#include "math/Vector3.h"
int main()
{
return 0;
}