amoebax.rss

来自「Source code (C++) of the Amoebax game fo」· RSS 代码 · 共 50 行

RSS
50
字号
NAME AMBX

// Include definitions of resource STRUCTS used by this
// resource script 
#include <eikon.rh>
#include <qikon.rh>
#include <qikon.hrh>
#include <AppInfo.rh>

// Include the standard Eikon resource ids 
#include <eikon.rsg>


RESOURCE RSS_SIGNATURE
	{
	}

RESOURCE TBUF16 { buf=""; }

RESOURCE EIK_APP_INFO
	{
	}


// This file localise the applications icons and caption
RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
	{
	caption_and_icon =
		{
		CAPTION_AND_ICON_INFO
			{
			// The caption text is defined in the rls file
			caption = "Amoebax";
			// Icons are used to represent applications in the 
			// application launcher and application title bar.
			// The number_of_icons value identifies how many icons 
			// that exist in the icon_file.
			number_of_icons = 3;
			// Using the application icons.
			icon_file = "\\Resource\\Apps\\Amoebax.mbm";
			}
		};


	}


#include <sdl.ra>

⌨️ 快捷键说明

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