#ifndef ZOOM_INIT_H #define ZOOM_INIT_H int InitGame(); void UninitGame(); #endif