NS/main/source/ui/ReloadableComponent.h
2014-12-16 14:36:27 +01:00

13 lines
No EOL
165 B
C++

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