]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/viewloc.qh
Rename t_items.qc to items.qc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / viewloc.qh
index 4c4d05f92653d6d76deb44fde08bc2cb48721f44..496488d179b3dfd8abd9c447bc1973493dd1a26a 100644 (file)
@@ -1,7 +1,8 @@
-#ifndef VIEWLOC_H
-#define VIEWLOC_H
+#pragma once
 
-.entity viewloc;
+// view location map object, intended for side-scrolling stages with a fixed camera position
+
+.entity viewloc; // points to the trigger_viewlocation networked entity
 
 void viewloc_PlayerPhysics(entity this);
 
@@ -11,5 +12,3 @@ void viewloc_SetViewLocation();
 void viewloc_SetTags(entity this);
 
 #endif
-
-#endif