diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-11 08:02:45 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-11 08:02:45 +0000 |
commit | 0a6590d13fb2d1aa223b82c3eb5573d10b1448a4 (patch) | |
tree | 116096ca76e101d30afc6793a442baeadc65ded3 /src/plugins/console.def | |
parent | 039a6fe417861beebacfebbe2ad3b7530ce51f77 (diff) | |
download | hercules-0a6590d13fb2d1aa223b82c3eb5573d10b1448a4.tar.gz hercules-0a6590d13fb2d1aa223b82c3eb5573d10b1448a4.tar.bz2 hercules-0a6590d13fb2d1aa223b82c3eb5573d10b1448a4.tar.xz hercules-0a6590d13fb2d1aa223b82c3eb5573d10b1448a4.zip |
- Console plugin working when built as Windows native.
The linux part has the same strategy but uses the new asynchronous input abstraction layer.
The abstraction layer is there to facilitate changes, was really handy when trying to get it working as windows native. :)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9641 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/plugins/console.def')
-rw-r--r-- | src/plugins/console.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/console.def b/src/plugins/console.def index a47800bef..df4bd1d46 100644 --- a/src/plugins/console.def +++ b/src/plugins/console.def @@ -5,7 +5,9 @@ EXPORTS plugin_call_table DATA ; console-specific exports - console_init + console_init console_final + console_test + console_autostart console_start console_stop |