cpw_extern.h
来自「关于游戏手柄的驱动编程」· C头文件 代码 · 共 40 行
H
40 行
/***************************************************************************/
/* */
/* cpw_extern.h */
/* */
/* External application includes for the Cpw library. */
/* */
/* Copyright 2001-2002 by */
/* Jim Mathies, */
/* */
/* This file is part of the Cpw project, and may only be used, */
/* modified, and distributed under the terms of the Cpw project */
/* license. By continuing to use, modify, or distribute this file */
/* you indicate that you have read the license and understand and */
/* accept it fully. */
/* */
/* File Platform: cross */
/* */
/***************************************************************************/
#ifndef __cpw_extern_h__
#define __cpw_extern_h__
#include "cpw_init.h"
#include "cpw_state.h"
#include "cpw_main.h"
#include "cpw_window.h"
#include "cpw_menus.h"
#include "cpw_event.h"
#include "cpw_timers.h"
#include "cpw_font.h"
#include "cpw_joystick.h"
#include "cpw_videosettings.h"
#include "cpw_primitives.h"
#include "cpw_glextensions.h"
#include "cpw_get.h"
#include "cpw_macros.h"
#include "cpw_images.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?