]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/csqcmodellib/sv_model.qh
Fix whitespace for #include
[xonotic/xonotic-data.pk3dir.git] / qcsrc / csqcmodellib / sv_model.qh
index c9af594cfe549347485b461d43357b666bcebd00..73e03e86207e4bdeaf2321a6ef1d31273b64170a 100644 (file)
@@ -1,5 +1,3 @@
-#ifndef SV_MODEL_H
-#define SV_MODEL_H
 /*
  * Copyright (c) 2011 Rudolf Polzer
  *
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  * IN THE SOFTWARE.
  */
+ #ifndef SV_MODEL_H
+ #define SV_MODEL_H
+
+ #include "common.qh"
 
 // generic CSQC model code
 
@@ -39,4 +41,4 @@ void CSQCModel_UnlinkEntity();
 #undef CSQCMODEL_PROPERTY
 #undef CSQCMODEL_ENDIF
 #undef CSQCMODEL_IF
-#endif
\ No newline at end of file
+#endif