initial commit
This commit is contained in:
10
genericcore.h
Normal file
10
genericcore.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef GENERICCORE_H
|
||||
#define GENERICCORE_H
|
||||
|
||||
class GenericCore
|
||||
{
|
||||
public:
|
||||
GenericCore();
|
||||
};
|
||||
|
||||
#endif // GENERICCORE_H
|
||||
Reference in New Issue
Block a user