Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
masks.h
Go to the documentation of this file.
1 #ifndef _MASKS_H_
2 #define _MASKS_H_
3 
4 bool checkbit( int&, int );
5 void dosetbit( int&, int );
6 void unsetbit( int&, int );
7 void flipbit( int&, int );
8 float Delta( float a, float b );
9 
10 #endif
11