00001 00010 #ifndef _FIME_GROUND_H_ 00011 #define _FIME_GROUND_H_ 00012 00013 #include "matrix.h" 00014 #include "draw/viewport.h" 00015 00016 00017 int fime_ground_init(float w, float h, int nw, int nh); 00018 void fime_ground_shutdown(void); 00019 int fime_ground_update(const float seconds); 00020 int fime_ground_render(viewport_t *vp, matrix_t camera, matrix_t proj, 00021 int opaque); 00022 00023 #endif /* #define _FIME_GROUND_H_ */
dcplaya documentation version 2.0 | Generated on November 2004 by doxygen 1.3.6 |