Initial commit
This commit is contained in:
21
inc/EliteMath/EMath.h
Normal file
21
inc/EliteMath/EMath.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*=============================================================================*/
|
||||
// Copyright 2021-2022 Elite Engine
|
||||
// Authors: Matthieu Delaere
|
||||
/*=============================================================================*/
|
||||
// EMath.h: General Math header that includes all math types and utilities
|
||||
/*=============================================================================*/
|
||||
#ifndef ELITE_MATH
|
||||
#define ELITE_MATH
|
||||
|
||||
/* --- STANDARD --- */
|
||||
#include <math.h>
|
||||
/* --- UTILITIES --- */
|
||||
#include "EMathUtilities.h"
|
||||
/* --- TYPES --- */
|
||||
#include "EVector2.h"
|
||||
#include "EVector3.h"
|
||||
#include "EMat22.h"
|
||||
#include "FMatrix.h"
|
||||
|
||||
/* --- TYPE DEFINES --- */
|
||||
#endif
|
||||
Reference in New Issue
Block a user