mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Remove unused math.h include from Maths.h
Apparently this was in here, just completely unused.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#ifndef MATHGAME_H
|
#ifndef MATHGAME_H
|
||||||
#define MATHGAME_H
|
#define MATHGAME_H
|
||||||
|
|
||||||
#include <math.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
//// This header holds Maths functions that emulate the functionality of flash's
|
//// This header holds Maths functions that emulate the functionality of flash's
|
||||||
|
|||||||
Reference in New Issue
Block a user