|
|
|
@ -14,6 +14,19 @@
|
|
|
|
|
// You should have received a copy of the GNU Affero General Public License
|
|
|
|
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
#ifndef STDAFX_H
|
|
|
|
|
#define STDAFX_H
|
|
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
|
|
#ifdef _STLPORT_VERSION
|
|
|
|
|
namespace std
|
|
|
|
|
{
|
|
|
|
|
float fabsf(float f);
|
|
|
|
|
double fabsl(double f);
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <assert.h>
|
|
|
|
|
#include <windows.h>
|
|
|
|
|
#include <locale.h>
|
|
|
|
@ -36,7 +49,7 @@
|
|
|
|
|
# include <maxscript/foundation/mxstime.h>
|
|
|
|
|
# include <maxscript/maxwrapper/mxsobjects.h>
|
|
|
|
|
# include <maxscript/compiler/parser.h>
|
|
|
|
|
# include <maxscript/macros/define_instantiation_functions.h>
|
|
|
|
|
# include <maxscript/macros/define_instantiation_functions.h>
|
|
|
|
|
#else
|
|
|
|
|
# include <MaxScrpt/maxscrpt.h>
|
|
|
|
|
# include <MaxScrpt/3dmath.h>
|
|
|
|
@ -58,3 +71,5 @@
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include "nel/misc/bsphere.h"
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|