2024-06-01 15:57:23 -05:00

19 lines
403 B
C

#pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
//#define SPHERELIB_STRICT
//#include <crtdbg.h>
#include <d3d8.h>
#include <d3dx8.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "../eterBase/StdAfx.h"
#include "../UserInterface/Locale_inc.h"
//martysama0134's 2e58d0b8baeb072acdf3afc4a5d1999f