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