18 #ifndef __H__OCULAR_CORE_SCENE_LOADER__H__
19 #define __H__OCULAR_CORE_SCENE_LOADER__H__
21 #include "FileIO/File.hpp"
86 static bool IsValidFile(
File const& file);
Handles the loading of .oscene files (Ocular Scene)
Definition: SceneLoader.hpp:70
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
static bool Load(Scene *scene, File const &file)
Definition: SceneLoader.cpp:50