Changed naming convention and clean up somewhat. ps2 test no longer links :(

This commit is contained in:
Angelo Papenhoff
2015-01-25 22:27:03 +01:00
parent 535b9f0042
commit d55e9ea43b
21 changed files with 359 additions and 354 deletions

View File

@@ -1,5 +1,6 @@
#include "rwtest.h"
namespace rw {
namespace gl {
GLint
@@ -59,3 +60,4 @@ compileShader(const char **src, int count, int type)
}
}
}