hcsg.cpp | hcsg_modeler.cpp | collision.cpp | camera.cpp | vector.cpp | main.cpp | ||||||
hcsg.h | hcsg_modeler.h | collision.h | camera.h | vector.h |
// ************************************************************************** // HCSG Demo // (c) Bernie Freidin, 1999-2000 // ************************************************************************** #ifndef CAMERA_H #define CAMERA_H void InitializeCamera(char *path); void UpdateCamera(int frames, int collisions); #endif
This page © Bernie Freidin, 2000.