mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Cleanup XML visitor
This commit is contained in:
17
tinyxml2Toolkit.h
Normal file
17
tinyxml2Toolkit.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef TINYXML2TOOLKIT_H
|
||||
#define TINYXML2TOOLKIT_H
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
namespace tinyxml2 {
|
||||
|
||||
class XMLDocument;
|
||||
class XMLElement;
|
||||
|
||||
tinyxml2::XMLElement *XMLElementGLM(tinyxml2::XMLDocument *doc, glm::vec3 vector);
|
||||
tinyxml2::XMLElement *XMLElementGLM(tinyxml2::XMLDocument *doc, glm::vec4 vector);
|
||||
tinyxml2::XMLElement *XMLElementGLM(tinyxml2::XMLDocument *doc, glm::mat4 matrix);
|
||||
|
||||
}
|
||||
|
||||
#endif // TINYXML2TOOLKIT_H
|
||||
Reference in New Issue
Block a user