From: John Tsiombikas Date: Sat, 2 Sep 2017 05:17:32 +0000 (+0300) Subject: sceneload.h was unused X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=commitdiff_plain;h=cd4537c88b30339a84435574ae0ce06e343f2bb9 sceneload.h was unused --- diff --git a/src/sceneload.h b/src/sceneload.h deleted file mode 100644 index 2af093d..0000000 --- a/src/sceneload.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef SCENELOAD_H_ -#define SCENELOAD_H_ - -#include "scene.h" - -bool load_scene( - -#endif // SCENELOAD_H_