aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-05-13 14:09:17 -0400
committercnlohr <lohr85@gmail.com>2017-05-13 14:09:17 -0400
commit4fda21d52d8b99b037a096d231848fb5588bee22 (patch)
treeea5474019dc94fba44a41aa3c8951f19ef85b503 /redist
parent78ac5da64c299bcf0f2e1c8d19c876e7723faccf (diff)
downloadlibsurvive-4fda21d52d8b99b037a096d231848fb5588bee22.tar.gz
libsurvive-4fda21d52d8b99b037a096d231848fb5588bee22.tar.bz2
remove last reference to non-cnfg graphics.
Diffstat (limited to 'redist')
-rw-r--r--redist/CNFGNullDriver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redist/CNFGNullDriver.c b/redist/CNFGNullDriver.c
index 34346cc..c35884a 100644
--- a/redist/CNFGNullDriver.c
+++ b/redist/CNFGNullDriver.c
@@ -1,6 +1,6 @@
//Copyright (c) 2017 <>< Charles Lohr - Under the MIT/x11 or NewBSD License you choose.
-#include "DrawFunctions.h"
+#include "CNFGFunctions.h"
static int w, h;
void CNFGGetDimensions( short * x, short * y )