mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-03 15:39:46 +01:00
Remove unused math.h
include from Maths.h
Apparently this was in here, just completely unused.
This commit is contained in:
parent
3decf54dbc
commit
a346379413
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
#ifndef MATHGAME_H
|
||||
#define MATHGAME_H
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
//// This header holds Maths functions that emulate the functionality of flash's
|
||||
|
|
Loading…
Reference in a new issue