[Scummvm-cvs-logs] SF.net SVN: scummvm: [23946] scummvm/trunk
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Wed Sep 20 15:56:25 CEST 2006
Revision: 23946
http://svn.sourceforge.net/scummvm/?rev=23946&view=rev
Author: fingolfin
Date: 2006-09-20 06:56:18 -0700 (Wed, 20 Sep 2006)
Log Message:
-----------
Added _PLUGIN_copyright to list of symbols exported by plugins
Modified Paths:
--------------
scummvm/trunk/backends/platform/dc/plugin.syms
scummvm/trunk/plugin.exp
Modified: scummvm/trunk/backends/platform/dc/plugin.syms
===================================================================
--- scummvm/trunk/backends/platform/dc/plugin.syms 2006-09-20 11:54:15 UTC (rev 23945)
+++ scummvm/trunk/backends/platform/dc/plugin.syms 2006-09-20 13:56:18 UTC (rev 23946)
@@ -1,3 +1,4 @@
+_PLUGIN_copyright
_PLUGIN_createEngine
_PLUGIN_detectGames
_PLUGIN_gameIDList
Modified: scummvm/trunk/plugin.exp
===================================================================
--- scummvm/trunk/plugin.exp 2006-09-20 11:54:15 UTC (rev 23945)
+++ scummvm/trunk/plugin.exp 2006-09-20 13:56:18 UTC (rev 23946)
@@ -1,3 +1,4 @@
+_PLUGIN_copyright
_PLUGIN_createEngine
_PLUGIN_detectGames
_PLUGIN_gameIDList
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list