Mercurial > hg > Game > Cerium
diff TaskManager/include/types.h @ 868:08ed5e750d78 draft
[aquarium]: update screen scope on linda with protobuf
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 22 Jun 2010 16:10:28 +0900 |
parents | 7ba4ad4538b1 |
children | 9ed1c4a877ca |
line wrap: on
line diff
--- a/TaskManager/include/types.h Tue Jun 22 12:52:25 2010 +0900 +++ b/TaskManager/include/types.h Tue Jun 22 16:10:28 2010 +0900 @@ -22,7 +22,7 @@ #endif -#define New(Type,Count) ((Type *)malloc(sizeof(Type)*Count)) +#define Newq(Type,Count) ((Type *)malloc(sizeof(Type)*Count)) #define ReAlloc(Pointer,Type,Count) ((Type *)realloc((void*)Pointer,sizeof(Type)*Count))