bbox.h

changeset 135
c243df39913e
parent 121
7e87c85ad092
child 164
8c93d8e38494
equal deleted inserted replaced
134:7fd0784471df 135:c243df39913e
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef __BBOX_H__ 19 #ifndef BBOX_H
20 #define __BBOX_H__ 20 #define BBOX_H
21 21
22 #include "common.h" 22 #include "common.h"
23 #include "types.h" 23 #include "types.h"
24 24
25 // ============================================================================= 25 // =============================================================================
51 calcVertex (v); 51 calcVertex (v);
52 return *this; 52 return *this;
53 } 53 }
54 }; 54 };
55 55
56 #endif 56 #endif // BBOX_H

mercurial