Rune Engine  Version 0.2.7-alpha
Documentation for how to make games using the Rune Engine.
resourceManager.h
1 #pragma once
2 
3 namespace rune{
4 
6 {
7 public:
8 
9 };
10 
11 }//namespace rune
12 
rune::ResourceManager
Definition: resourceManager.h:6
rune
The main namespace to be used for interfacing with the engine.
Definition: animator.h:21