updated main/Scene module a tad
git-svn-id: svn://anubis/fart/trunk@21 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
parent
a52733c996
commit
f143245c53
@ -0,0 +1,6 @@
|
||||
|
||||
#include "Scene.h"
|
||||
|
||||
void Scene::render()
|
||||
{
|
||||
}
|
@ -4,6 +4,10 @@
|
||||
|
||||
class Scene
|
||||
{
|
||||
public:
|
||||
void render();
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user