summaryrefslogtreecommitdiff
path: root/src/plugins/sample.def
diff options
context:
space:
mode:
authorblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-01 14:21:02 +0000
committerblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-01 14:21:02 +0000
commit18ac48230ab17ee05ed4b717d858a20879f851f9 (patch)
treeb30e993c0a14a09fe70586570a97ed7d2a90a21c /src/plugins/sample.def
parent673164238ca72b5d90c6ad0df00f509d339a0621 (diff)
downloadhercules-18ac48230ab17ee05ed4b717d858a20879f851f9.tar.gz
hercules-18ac48230ab17ee05ed4b717d858a20879f851f9.tar.bz2
hercules-18ac48230ab17ee05ed4b717d858a20879f851f9.tar.xz
hercules-18ac48230ab17ee05ed4b717d858a20879f851f9.zip
removed the old obsolete Plugin system (commit 1/2)
- Removed @ Autoconf/make and CMake, VC Projects will be cleaned in a additional commit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16203 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/plugins/sample.def')
-rw-r--r--src/plugins/sample.def11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/plugins/sample.def b/src/plugins/sample.def
deleted file mode 100644
index f5c4af652..000000000
--- a/src/plugins/sample.def
+++ /dev/null
@@ -1,11 +0,0 @@
-EXPORTS
- ; common exports
- plugin_info DATA
- plugin_event_table DATA
- plugin_call_table DATA
-
- ; plugin-specific exports
- test_me
- do_init
- do_final
- some_function