trpage_main.cpp

来自「最新osg包」· C++ 代码 · 共 31 行

CPP
31
字号
/* ************************   Copyright Terrain Experts Inc.   Terrain Experts Inc (TERREX) reserves all rights to this source code   unless otherwise specified in writing by the President of TERREX.   This copyright may be updated in the future, in which case that version   supercedes this one.   -------------------   Terrex Experts Inc.   4400 East Broadway #314   Tucson, AZ  85711   info@terrex.com   Tel: (520) 323-7990   ************************   *//* trpage_main.cpp	This file is here to provide a DLL Main.	Note: #ifdef this out on non-windows machines	*/#if defined(_WIN32)#define WIN32_LEAN_AND_MEAN#include <windows.h>#endif#include <stdlib.h>#include <stdio.h>#include <trdll.h>TXDUMMY_DLL_MAIN

⌨️ 快捷键说明

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