NS/main/source/ui/ReloadableComponent.h
2014-01-23 10:46:47 +00:00

13 lines
No EOL
153 B
C++

#ifndef RELOADABLECOMPONENT_H
#define RELOADABLECOMPONENT_H
class ReloadableComponent
{
public:
virtual void VidInit(void) = 0;
private:
};
#endif