]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/pluginapi.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / radiant / pluginapi.h
index f145c09a3d951deb89f45f4c3b226644e76385dd..332e07d0ad9e53a9de1ab79bea2056f7c8f39c33 100644 (file)
 #if !defined( INCLUDED_PLUGINAPI_H )
 #define INCLUDED_PLUGINAPI_H
 
-template<typename Element>
-class BasicVector3;
-
+template<typename Element> class BasicVector3;
 typedef BasicVector3<float> Vector3;
 
 // camera API
-void QERApp_GetCamera(Vector3 &origin, Vector3 &angles);
-
-void QERApp_SetCamera(const Vector3 &origin, const Vector3 &angles);
-
-void QERApp_GetCamWindowExtents(int *x, int *y, int *width, int *height);
+void QERApp_GetCamera( Vector3& origin, Vector3& angles );
+void QERApp_SetCamera( const Vector3& origin, const Vector3& angles );
+void QERApp_GetCamWindowExtents( int *x, int *y, int *width, int *height );
 
 #endif