⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 objects.h

📁 乒乓球游戏程序
💻 H
字号:
/*----------------------------------------------------------------
 * objects.h -- interface to objects module
 *----------------------------------------------------------------
 *  This is the interface from the game module; there is 
 *  another header, objdisp.h, to interface from the display
 *  module.
 */

#ifndef gf_included_objects_h
#define gf_included_objects_h


void objects_init();
void objects_shutdown();
void objects_update();


#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -