?? utils.h
字號:
#pragma once
#include "Color.h"
//#include "AutoFont.h"
#include <math.h>
#include "PerfTimer.h"
#include "AutoFont.h"
int RandomInteger(int x,int y);
double RandomFloat();
bool RandBool();
enum ViewMode{vmTour,vmGraph,vmAll};
enum PlotMode {pmCircular,pmRandom};
class CGlobals
{
public:
static int WIN_WIDTH;
static int WIN_HEIGHT;
static CPerfTimer TIMER;
static long INFINITY;
static double EPSILON;
static double PI;
};
extern CAutoFont gFont;
//extern CPerfTimer Timer;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -