NS/releases/3.05f/source/ui/ReloadableComponent.h
2005-07-14 17:41:41 +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