浏览代码

Add functions/structures from colors.h

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38125 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 年之前
父节点
当前提交
eba75def33
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      swig/include/grass.i

+ 5 - 0
swig/include/grass.i

@@ -3,6 +3,11 @@
 
 %include "grass/gis.h"
 %include "grass/gisdefs.h"
+%include "grass/colors.h"
+
+%{
+#include <grass/colors.h>
+%}
 
 %pythoncode %{
 import sys