Make draw string plugin more extendable in future.

This commit is contained in:
id
2000-11-30 15:32:19 +00:00
parent 867ed95485
commit 1752587a4a
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -95,6 +95,6 @@ WFunction* wPluginCreateFunction(int type, char *library_name,
void wPluginDestroyFunction(WFunction *function);
void** wPluginPackInitData(int members, ...);
void** wPluginPackData(int members, ...);
#endif