test_sdk/core/gtl_core.h

13 lines
123 B
C
Raw Normal View History

#ifndef CORE_H
#define CORE_H
#include "core_global.h"
class CORE_EXPORT core
{
public:
core();
};
#endif // CORE_H