NS/main/source/ui/ReloadableComponent.h
Ari Timonen 4f13237895 Update line endings
Change CRLF to LF in repo.
2018-04-22 18:55:55 +03:00

13 lines
No EOL
153 B
C++

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