17 lines
215 B
C
17 lines
215 B
C
|
/*
|
||
|
* Created by Brett on 09/01/23.
|
||
|
* Licensed under GNU General Public License V3.0
|
||
|
* See LICENSE file for license detail
|
||
|
*/
|
||
|
|
||
|
#ifndef BLT_MATH_H
|
||
|
#define BLT_MATH_H
|
||
|
|
||
|
namespace blt {
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif //BLT_MATH_H
|