ns/dev/tankefugl/source/ui/ReloadableComponent.h

13 lines
No EOL
165 B
C++

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