BlitzMax Extended  0.8.11
Pushing Blitz to the Max.
_common.h
00001 
00012 #ifndef BLITZ_COMMON_H
00013 #define BLITZ_COMMON_H
00014 
00015 //  Standard includes
00016 
00017 #include <ctype.h>
00018 #include <errno.h>
00019 #include <math.h>
00020 #include <stdarg.h>
00021 #include <stddef.h>
00022 #include <stdio.h>
00023 #include <stdlib.h>
00024 #include <string.h>
00025 
00026 #ifdef BB_OS_WIN32
00027 #   include <windows.h>
00028 #endif
00029 
00030 #include "blitz_macros.h"
00031 #include "blitz_types.h"
00032 
00033 #endif  // BLITZ_COMMON_H