This commit is contained in:
Igor Pavlov
2014-11-23 00:00:00 +00:00
committed by Kornel Lesiński
parent 83f8ddcc5b
commit f08f4dcc3c
1158 changed files with 76451 additions and 35082 deletions

13
CPP/Common/Common.h Normal file
View File

@@ -0,0 +1,13 @@
// 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