ims: move defines/register defs into separate header for SWIG

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2017-03-16 17:58:23 -06:00
committed by Jon Trulson
parent fdef953859
commit 68e42a22d6
7 changed files with 70 additions and 35 deletions

View File

@@ -5,5 +5,5 @@
#include "ims.hpp"
%}
%include "ims.h"
%include "ims_defs.h"
%include "ims.hpp"