runtime/gfx: Fix linking, update code to C++11 and formatting

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-18 19:05:43 +01:00
parent 420744efd4
commit 077776b704
42 changed files with 227 additions and 324 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#include "gxtimer.hpp"
#include "gxruntime.hpp"
#include "std.hpp"
#include <mmsystem.h>
gxTimer::gxTimer(gxRuntime* rt, int hertz) : runtime(rt), ticks_get(0), ticks_put(0)
{