#include "RsrcContainer.h" #include "Texture.h" #include "Material.h" #include "ShaderProg.h" #include "Mesh.h" #include "Skeleton.h" #include "SkelAnim.h" #include "LightData.h" #include "ParticleEmitterProps.h" #include "Script.h" namespace RsrcContainers { RsrcContainer textures; RsrcContainer shaderProgs; RsrcContainer materials; RsrcContainer meshes; RsrcContainer skeletons; RsrcContainer skelAnims; RsrcContainer lightProps; RsrcContainer particleEmitterProps; RsrcContainer