mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 19:04:00 +02:00
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:
@@ -12,8 +12,6 @@
|
||||
#ifndef _SHARED_GRAPHICS_MATHUTIL_H_
|
||||
#define _SHARED_GRAPHICS_MATHUTIL_H_
|
||||
|
||||
//#include <cmath>
|
||||
|
||||
#include "vec.h"
|
||||
|
||||
namespace Shared{ namespace Graphics{
|
||||
|
@@ -12,8 +12,6 @@
|
||||
#ifndef _SHARED_GRAPHICS_MATRIX_H_
|
||||
#define _SHARED_GRAPHICS_MATRIX_H_
|
||||
|
||||
//#include <cmath>
|
||||
|
||||
#include "vec.h"
|
||||
|
||||
namespace Shared{ namespace Graphics{
|
||||
|
Reference in New Issue
Block a user