SDOM - Simple SDL Document Object Model
A lightweight, extensible Document Object Model for SDL-based applications.
|
#include <SDOM_IAssetObject.hpp>
Public Attributes | |
std::string | name = TypeName |
std::string | type = TypeName |
std::string | filename = "" |
bool | isInternal = true |
std::string SDOM::IAssetObject::InitStruct::filename = "" |
bool SDOM::IAssetObject::InitStruct::isInternal = true |
std::string SDOM::IAssetObject::InitStruct::name = TypeName |
std::string SDOM::IAssetObject::InitStruct::type = TypeName |