You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// stdafx.cpp : 只包括标准包含文件的源文件
|
|
// LaiPuLaser.pch 将作为预编译头
|
|
// stdafx.obj 将包含预编译类型信息
|
|
|
|
#include "stdafx.h"
|
|
|
|
bool gExitApp = false;//是否退出程序
|
|
bool gbFactoryMode = false;//调试模式
|
|
bool gbSimpleParMode = false;//简易设置模式
|