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