Changeset 166 for ttyvaders/trunk/src/box.c
- Timestamp:
- Nov 13, 2003, 4:41:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ttyvaders/trunk/src/box.c
r154 r166 29 29 box * create_box(game *g, int x, int y, int w, int h) 30 30 { 31 box *b = malloc(sizeof( box));31 box *b = malloc(sizeof(box)); 32 32 33 33 b->x = x;
Note: See TracChangeset
for help on using the changeset viewer.