typing of its82_5.cpp

来自「打字遊戲!Typing of the dead (console screen)」· C++ 代码 · 共 17 行

CPP
17
字号
// << Typing of ITS8 >>
//
// Copyright(c) 2006 by Chau Man Fai Hayes 
// ゼ糶Ч逼︽篯!!

#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>

#include "console_screen2.h"

#define STOPLINE	23
#define GAMECOUNT	5
#define GAMESPEED	40

inline void Notice(char notice[][80], int c, int d, int j);                   // 笴栏弧

⌨️ 快捷键说明

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