Browse Source
It conveys clearer what those headers are for and avoids issues where shitty IDE indexers (Eclipse?) confuse this with Python's Python.h.pull/9/head
21 changed files with 37 additions and 38 deletions
@ -1,5 +1,5 @@
|
||||
#ifndef Corrade_Python_h |
||||
#define Corrade_Python_h |
||||
#ifndef Corrade_PythonBindings_h |
||||
#define Corrade_PythonBindings_h |
||||
/*
|
||||
This file is part of Magnum. |
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef Magnum_Python_h |
||||
#define Magnum_Python_h |
||||
#ifndef Magnum_PythonBindings_h |
||||
#define Magnum_PythonBindings_h |
||||
/*
|
||||
This file is part of Magnum. |
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef Magnum_SceneGraph_Python_h |
||||
#define Magnum_SceneGraph_Python_h |
||||
#ifndef Magnum_SceneGraph_PythonBindings_h |
||||
#define Magnum_SceneGraph_PythonBindings_h |
||||
/*
|
||||
This file is part of Magnum. |
||||
|
||||
Loading…
Reference in new issue