11 lines
120 B
C
11 lines
120 B
C
|
|
#ifndef GENERICCORE_H
|
||
|
|
#define GENERICCORE_H
|
||
|
|
|
||
|
|
class GenericCore
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
GenericCore();
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // GENERICCORE_H
|