10 lines
151 B
C
10 lines
151 B
C
|
#ifndef OTCLIENT_GLOBAL_H
|
||
|
#define OTCLIENT_GLOBAL_H
|
||
|
|
||
|
#include <framework/global.h>
|
||
|
|
||
|
// widely used headers
|
||
|
#include <otclient/util/position.h>
|
||
|
|
||
|
#endif
|