📄 cpw_extern.h
字号:
/***************************************************************************/
/* */
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -