aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/shaders.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/shaders.cpp')
-rw-r--r--engines/sludge/shaders.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sludge/shaders.cpp b/engines/sludge/shaders.cpp
index fd4ca30aa2..e11a834775 100644
--- a/engines/sludge/shaders.cpp
+++ b/engines/sludge/shaders.cpp
@@ -19,14 +19,14 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
-#include <stdio.h>
-#include <stdlib.h>
-
+#include "allfiles.h"
#include "debug.h"
#include "stringy.h"
#include "shaders.h"
#include "graphics.h"
+namespace Sludge {
+
extern char *bundleFolder;
//Function from: http://www.evl.uic.edu/aej/594/code/ogl.cpp
@@ -175,4 +175,4 @@ int buildShaders(const char *vertexShader, const char *fragmentShader) {
return prog;
}
-
+} // End of namespace Sludge