You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
320 B

// temporary file
#ifndef _TYPES_H
#define _TYPES_H
#include "resource.h"
#define DEVILUTION_BEGIN_NAMESPACE namespace dvl {
#define DEVILUTION_END_NAMESPACE }
#include "miniwin.h"
DEVILUTION_BEGIN_NAMESPACE
#include <limits.h>
#include "defs.h"
#include "enums.h"
#include "structs.h"
#endif