]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/camera/camera.h
Merge commit '70f0925f0000a132c709b935aa5cb0942b5080d9' into master-merge
[xonotic/netradiant.git] / contrib / camera / camera.h
index 8f2091c555b464a005f0326eaf58a572e914e98c..56ce2fea7532980b79384061fe51355584f4e852 100644 (file)
@@ -27,6 +27,9 @@
 #ifndef _CAMERA_H_
 #define _CAMERA_H_
 
+#define PLUGIN_NAME "Camera"
+#define PLUGIN_VERSION "1.0"
+
 typedef unsigned char byte;
 
 #include "mathlib.h"
@@ -156,8 +159,8 @@ void SetCurrentCam( CCamera *cam );
 CCamera *GetCurrentCam();
 
 // globals
-extern GtkWidget *g_pRadiantWnd;
-extern GtkWidget *g_pCameraInspectorWnd;
+extern ui::Window g_pRadiantWnd;
+extern ui::Window g_pCameraInspectorWnd;
 extern CCamera *firstCam;
 extern bool g_bEditOn;
 extern int g_iEditMode;