
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://svn.code.sf.net/p/rathena/svn/trunk@9641 54d463be-8e91-2dee-dedb-b68131a5f0ec
14 lines
225 B
Modula-2
14 lines
225 B
Modula-2
EXPORTS
|
|
; common exports
|
|
plugin_info DATA
|
|
plugin_event_table DATA
|
|
plugin_call_table DATA
|
|
|
|
; console-specific exports
|
|
console_init
|
|
console_final
|
|
console_test
|
|
console_autostart
|
|
console_start
|
|
console_stop
|