diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-20 22:19:45 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-20 22:19:45 (GMT) |
| commit | 6a331fdaf848ce82adc930ad24ac15c5259d2262 (patch) | |
| tree | 89e9fe4393e0c945ca0a0937304400dbfa356916 /src | |
| parent | 4949a5eac05339a4a82280588c97e948f134dfcb (diff) | |
| download | powder-6a331fdaf848ce82adc930ad24ac15c5259d2262.zip powder-6a331fdaf848ce82adc930ad24ac15c5259d2262.tar.gz | |
Makefile for Linux and finished fixing case issues with includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/Graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Graphics.cpp b/src/Graphics.cpp index 65d198f..0aee464 100644 --- a/src/Graphics.cpp +++ b/src/Graphics.cpp @@ -28,7 +28,7 @@ //#include "ElementGraphics.h" #define INCLUDE_FONTDATA #include "font.h" -#include "misc.h" +#include "Misc.h" #include "hmap.h" //unsigned cmode = CM_FIRE; |
