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