mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
8 lines
140 B
C++
8 lines
140 B
C++
#ifndef PYKTCORE_GLOBAL_H
|
|
#define PYKTCORE_GLOBAL_H
|
|
|
|
#include <shiboken2/shiboken.h>
|
|
|
|
#include <QtCore/QtCore>
|
|
|
|
#endif // PYKTCORE_GLOBAL_H
|