mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-03 14:22:33 -06:00
10 lines
135 B
C++
10 lines
135 B
C++
#ifndef _Python_Python_h
|
|
#define _Python_Python_h
|
|
|
|
#include <Python.h>
|
|
|
|
#include <Core/Core.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#endif
|