]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - clvm_cmds.h
use trace_plane_normal to check whether the trace succeeded
[xonotic/darkplaces.git] / clvm_cmds.h
index 8ec577425895b8cb840d65b108159c9d9e2cfc73..f081381265b61dfd0f4e82547c26cbfacf67340e 100644 (file)
@@ -22,6 +22,10 @@ void VM_CL_R_PolygonBegin (void);
 void VM_CL_R_PolygonVertex (void);
 void VM_CL_R_PolygonEnd (void);
 /* VMs exposing the polygon calls must call this on Init/Reset */
-void VM_Polygons_Reset();
+void VM_Polygons_Reset(void);
+
+void VM_CL_setattachment(void);
+void VM_CL_gettagindex(void);
+void VM_CL_gettaginfo(void);
 
 #endif /* __CLVM_CMDS_H__ */