18 #ifndef __H__OCULAR_CORE_SCENE_SAVER__H__
19 #define __H__OCULAR_CORE_SCENE_SAVER__H__
21 #include "FileIO/File.hpp"
64 static bool IsValidFile(
File const& file);
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
Handles the saving of .oscene files (Ocular Scene)
Definition: SceneSaver.hpp:48
static bool Save(Scene const *scene, File const &file)
Definition: SceneSaver.cpp:39