ns/dev/performance-3.0.5/source/ui/ReloadableComponent.h
2005-06-29 13:51:58 +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