summaryrefslogtreecommitdiffstats
path: root/DisplayClass.h
blob: adb242279fd6f56980339f39cfee955c342d7441 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _DISPLAYCLASS_H_
#define _DISPLAYCLASS_H_

class DisplayClass
{
  public:
    void renderScene(unsigned long delta);
};
#endif /*_DISPLAYCLASS_H_*/