NS/main/source/ui/ReloadableComponent.h

13 lines
153 B
C
Raw Normal View History

2014-01-23 10:46:47 +00:00
#ifndef RELOADABLECOMPONENT_H
#define RELOADABLECOMPONENT_H
class ReloadableComponent
{
public:
virtual void VidInit(void) = 0;
private:
};
#endif