13 lines
84 B
C
13 lines
84 B
C
|
|
#ifndef CORE_H
|
||
|
|
#define CORE_H
|
||
|
|
|
||
|
|
|
||
|
|
class Core
|
||
|
|
{
|
||
|
|
|
||
|
|
public:
|
||
|
|
Core();
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // CORE_H
|