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.
|
/** |
|
* @file types.h |
|
* |
|
* Include OS headers and set compiler state. |
|
*/ |
|
#ifndef _TYPES_H |
|
#define _TYPES_H |
|
|
|
#include "miniwin.h" |
|
#include "soundsample.h" |
|
#include "thread.h" |
|
#include "ui_fwd.h" |
|
|
|
#include <limits.h> |
|
#include "defs.h" |
|
#include "enums.h" |
|
|
|
#endif
|
|
|