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