mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
13 lines
204 B
C
13 lines
204 B
C
// Common.h
|
|
|
|
#ifndef __COMMON_COMMON_H
|
|
#define __COMMON_COMMON_H
|
|
|
|
#include "../../C/Compiler.h"
|
|
|
|
#include "MyWindows.h"
|
|
#include "NewHandler.h"
|
|
|
|
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[1]))
|
|
|
|
#endif
|