diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-05-19 09:42:55 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-05-19 09:42:55 +0000 |
commit | b21e68b7ca756dea896592753ffb84f5cff9ba3a (patch) | |
tree | 07bfb5f62c8088160229327186a957c70825d4df /src/msgfile.c | |
parent | e145ae58b67cd07ed7371b77a042a65819d1a546 (diff) |
hopefully fixed the makesource-process for other platforms
svn path=/trunk/externals/zexy/; revision=3025
Diffstat (limited to 'src/msgfile.c')
-rw-r--r-- | src/msgfile.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/msgfile.c b/src/msgfile.c index a059fd5..4eccd69 100644 --- a/src/msgfile.c +++ b/src/msgfile.c @@ -798,3 +798,8 @@ void msgfile_setup(void) zexy_register("msgfile"); } + +void z_msgfile_setup(void) +{ + msgfile_setup(); +} |