NS/releases/3.1.4/source/ui/ReloadableComponent.h
2006-04-21 00:51:55 +00:00

13 lines
No EOL
165 B
C++

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