summaryrefslogtreecommitdiffstats
path: root/src/citrus/src/emu_window/emu_window_glfw.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/citrus/src/emu_window/emu_window_glfw.h (renamed from src/akiru/src/emu_window/emu_window_glfw.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/akiru/src/emu_window/emu_window_glfw.h b/src/citrus/src/emu_window/emu_window_glfw.h
index 927d726b8..11d832b9a 100644
--- a/src/akiru/src/emu_window/emu_window_glfw.h
+++ b/src/citrus/src/emu_window/emu_window_glfw.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2013 Akiru Emulator
+ * Copyright (C) 2013 Citrus Emulator
*
* @file emu_window_glfw.h
* @author ShizZy <shizzy@6bit.net>
@@ -22,8 +22,8 @@
* http://code.google.com/p/gekko-gc-emu/
*/
-#ifndef AKIRU_EMUWINDOW_GLFW_
-#define AKIRU_EMUWINDOW_GLFW_
+#ifndef CITRUS_EMUWINDOW_GLFW_
+#define CITRUS_EMUWINDOW_GLFW_
#include <GL/glew.h>
#include <GLFW/glfw3.h>
@@ -53,4 +53,4 @@ private:
};
-#endif // AKIRU_EMUWINDOW_GLFW_
+#endif // CITRUS_EMUWINDOW_GLFW_