XboxProject2/stdafx.h

11 lines
No EOL
174 B
C

#ifndef STDAFX_H
#define STDAFX_H
#ifdef _XBOX
#include <xtl.h>
#else
#include <windows.h>
#include <d3d8.h>
#include <d3dx8.h>
#include <d3d8types.h>
#endif
#endif