some changes to how we use streflop:

- Removed all unneeded includes of cmath
- added proper wrapper classes for lua calls to toggle streflop back and forth
- some code cleanup
This commit is contained in:
Mark Vejvoda
2010-05-28 05:31:17 +00:00
parent f0da609e7f
commit 908b155d62
10 changed files with 119 additions and 151 deletions

View File

@@ -12,8 +12,6 @@
#ifndef _SHARED_GRAPHICS_MATHUTIL_H_
#define _SHARED_GRAPHICS_MATHUTIL_H_
//#include <cmath>
#include "vec.h"
namespace Shared{ namespace Graphics{

View File

@@ -12,8 +12,6 @@
#ifndef _SHARED_GRAPHICS_MATRIX_H_
#define _SHARED_GRAPHICS_MATRIX_H_
//#include <cmath>
#include "vec.h"
namespace Shared{ namespace Graphics{