Browse Source

dtoolutil: Add missing declaration for init_libdtoolutil()

Sam Edwards 7 years ago
parent
commit
e72fab9520
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dtool/src/dtoolutil/config_dtoolutil.h

+ 2 - 0
dtool/src/dtoolutil/config_dtoolutil.h

@@ -19,4 +19,6 @@
 // Include this so interrogate can find it.
 // Include this so interrogate can find it.
 #include <iostream>
 #include <iostream>
 
 
+extern EXPCL_DTOOL_DTOOLUTIL void init_libdtoolutil();
+
 #endif
 #endif