]> Shamusworld >> Repos - architektonas/blobdiff - src/base/python.h
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / python.h
similarity index 85%
rename from src/base/rs_python.h
rename to src/base/python.h
index cea41f9dd38e80c7a3d4f1e81bd76a8cd02218e9..7e1a7dbf39ac0cb47d672c093a0fd216c598b6aa 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef RS_PYTHON_H
-#define RS_PYTHON_H
+#ifndef __PYTHON_H__
+#define __PYTHON_H__
 
 #ifdef RS_OPT_PYTHON
 
@@ -7,7 +7,7 @@
 
 #include "drawing.h"
 
-#define RS_PYTHON RS_Python::instance()
+#define __PYTHON RS_Python::instance()
 
 /**
  * Python scripting support.