OGL: Fix brace and body placements

Also got rid of void argument specifiers. These are a carryover from C.
This commit is contained in:
Lioncash 2014-08-15 14:09:53 -04:00
commit 960b54670c
16 changed files with 221 additions and 90 deletions

View file

@ -8,7 +8,8 @@
// globals
namespace OGL {
namespace OGL
{
static const int char_width = 8;
static const int char_height = 13;