- Timestamp:
- Apr 21, 2008, 1:02:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anugavis/src/libanugavis/globals.h
r5217 r5220 3 3 4 4 #include <SDL.h> 5 #include "height_quantity.h" 5 6 6 extern SDL_Surface *screen; 7 typedef struct{ 8 SDL_Surface *screen; 9 struct height_quantity_simple *heights; 10 } ANUGAVIS; 11 12 extern ANUGAVIS anugavis; 7 13 8 14 #endif
Note: See TracChangeset
for help on using the changeset viewer.