Converting EN_Project to void* EN_ProjectHandle to facilitate wrapping Toolkit API using SWIG.

This commit is contained in:
Michael Tryby
2018-01-30 18:12:27 -05:00
parent 060db17018
commit 62d6c9fade
3 changed files with 484 additions and 206 deletions

View File

@@ -825,7 +825,7 @@ typedef struct {
/* project wrapper */
struct EN_Project {
typedef struct EN_Project {
EN_Network network; /// the network description struct
hydraulics_t hydraulics;
@@ -849,9 +849,7 @@ struct EN_Project {
void (* viewprog) (char *); /* Pointer to progress viewing function */
};
} EN_Project;
#endif