aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.h
diff options
context:
space:
mode:
authorMax Horn2006-10-07 01:05:12 +0000
committerMax Horn2006-10-07 01:05:12 +0000
commitdf5be194098e188f9cd3234af2bea34b67d19da2 (patch)
treee9b797f971d73146f4f9e973168f4fe8bc79bb42 /base/plugins.h
parentc8a21d19d164d40fc543d3a908789ee249a292fc (diff)
downloadscummvm-rg350-df5be194098e188f9cd3234af2bea34b67d19da2.tar.gz
scummvm-rg350-df5be194098e188f9cd3234af2bea34b67d19da2.tar.bz2
scummvm-rg350-df5be194098e188f9cd3234af2bea34b67d19da2.zip
Instantiate and hook up the plugin providers in the main() function of the corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup
svn-id: r24153
Diffstat (limited to 'base/plugins.h')
-rw-r--r--base/plugins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/plugins.h b/base/plugins.h
index acaa637162..e5a6882e39 100644
--- a/base/plugins.h
+++ b/base/plugins.h
@@ -24,6 +24,7 @@
#ifndef BASE_PLUGINS_H
#define BASE_PLUGINS_H
+#include "common/stdafx.h"
#include "common/array.h"
#include "common/list.h"
#include "common/singleton.h"