From f5c9a0c3e530c39612b9d735607bb6356e5243ab Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 12 Mar 2008 02:12:47 +0000 Subject: [PATCH] updated comment at top of pluginsys header --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401929 --- core/systems/PluginSys.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/systems/PluginSys.h b/core/systems/PluginSys.h index 6a607797..6fa4b7e4 100644 --- a/core/systems/PluginSys.h +++ b/core/systems/PluginSys.h @@ -59,6 +59,10 @@ using namespace SourceHook; /** * NOTES: * + * UPDATE 2008-03-11: These comments are horribly out of date. They paint a good overall + * picture of how PluginSys works, but things like dependencies and fake natives have + * complicated things quite a bit. + * * Currently this system needs a lot of work but it's good skeletally. Plugin creation * is done without actually compiling anything. This is done by Load functions in the * manager. This will need a rewrite when we add context switching.