]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/ufoaiplug/ufoai_filters.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / contrib / ufoaiplug / ufoai_filters.h
index 99289922a3c29069d31ae17944ad485062515107..ecf0731f6973c5a5becfe7df17d646be19da3e33 100644 (file)
 #if !defined( INCLUDED_FILTERS_H )
 #define INCLUDED_FILTERS_H
 
-void filter_level( int flag );
-void filter_stepon( void );
-void filter_actorclip( void );
-void filter_weaponclip( void );
-void filter_nodraw( void );
+void filter_level(int flag);
+
+void filter_stepon(void);
+
+void filter_actorclip(void);
+
+void filter_weaponclip(void);
+
+void filter_nodraw(void);
 
 const int SURF_NODRAW = 0x80;