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 -6
View File
@@ -1,7 +1,5 @@
#ifndef GXCANVAS_H
#define GXCANVAS_H
#pragma once
#include "graphicsruntime.hpp"
#include "ddutil.hpp"
class gxFont;
@@ -140,5 +138,3 @@ class gxCanvas {
unsigned getColor() const;
unsigned getClsColor() const;
};
#endif