comparison runtime/array.h @ 7:d61550e2c001

Added current work on new runtime
author Mike Pavone <pavone@retrodev.com>
date Wed, 13 May 2009 00:47:40 -0400
parents
children 3e20ed8959c4
comparison
equal deleted inserted replaced
6:f67d9be38ddf 7:d61550e2c001
1 #ifndef _ARRAY_H_
2 #define _ARRAH_H_
3
4 #include "object.h"
5 #include "func.h"
6 #include "builtin.h"
7
8 MOBegin
9 blueprint *contents_type;
10 int32 numels;
11 Object(Array)
12
13
14 #endif //_ARRAY_H_