engine/math/mathTypes.h

15 lines
388 B
C
Raw Permalink Normal View History

2024-01-07 04:36:33 +00:00
//-----------------------------------------------------------------------------
// V12 Engine
//
// Copyright (c) 2001 GarageGames.Com
// Portions Copyright (c) 2001 by Sierra Online, Inc.
//-----------------------------------------------------------------------------
#ifndef _MATHTYPES_H_
#define _MATHTYPES_H_
void RegisterMathTypes(void);
void RegisterMathFunctions(void);
#endif