From 7cbc9334a09540627df8845bb9952196276ae6f9 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Fri, 1 May 2015 13:06:29 -0500 Subject: removed duplicates and redirected images --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 88a34dc..eaa449d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,8 +3,8 @@ int main() { Window main; - Creature testcreature(main, "images/Cbasic.png"); - Resource testresource(main, "images/Rbasic.png"); + Creature testcreature(main, "img/Cbasic.png"); + Resource testresource(main, "img/Rbasic.png"); Event e; while(e.gRun()) -- cgit v1.2.3