eMotion
 All Classes Functions Variables Enumerations
eHelper.h
1 
10 #pragma once
11 
12 #include <vector>
13 #include <map>
15 #define EDELETE(p) {if(p) delete p; }
16 
17 #define EDELETEARR(p) {if(p) delete[] p; }