Starshatter_Open
Open source Starshatter engine
|
#include "MemDebug.h"
#include "MachineInfo.h"
#include "Timesnap.h"
#include <stdio.h>
#include <ddraw.h>
#include <d3d9.h>
#include <dinput.h>
#include <winver.h>
Go to the source code of this file.
Macros | |
#define | DIRECTINPUT_VERSION 0x0700 |
Functions | |
void | Print (const char *fmt,...) |
DWORD | GetDXVersion () |
void | DisplayVersionString (const LPBYTE pBlock, LPTSTR sSection) |
#define DIRECTINPUT_VERSION 0x0700 |
Definition at line 19 of file MachineInfo.cpp.
void DisplayVersionString | ( | const LPBYTE | pBlock, |
LPTSTR | sSection | ||
) |
Definition at line 730 of file MachineInfo.cpp.
DWORD GetDXVersion | ( | ) |
Definition at line 152 of file MachineInfo.cpp.