mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
New Session class to contain the list of sources. Loading and Saving of
session files in XML. Verified deletion of Nodes, Groups and Sources.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef TINYXML2TOOLKIT_H
|
||||
#define TINYXML2TOOLKIT_H
|
||||
|
||||
#include <string>
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
namespace tinyxml2 {
|
||||
@@ -16,7 +17,9 @@ void XMLElementToGLM(XMLElement *elem, glm::vec3 &vector);
|
||||
void XMLElementToGLM(XMLElement *elem, glm::vec4 &vector);
|
||||
void XMLElementToGLM(XMLElement *elem, glm::mat4 &matrix);
|
||||
|
||||
void XMLCheckResult(int r);
|
||||
|
||||
void XMLSaveDoc(tinyxml2::XMLDocument * const doc, std::string filename);
|
||||
bool XMLResultError(int result);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user