minimp3.h

来自「plam编程」· C头文件 代码 · 共 23 行

H
23
字号
/*
 * MiniMP3.h
 *
 *
 *
 * This wizard-generated code is based on code adapted from the
 * stationery files distributed as part of the Palm OS SDK 4.0.
 *
 * Copyright (c) 1999-2004 PalmOne, Inc. or its subsidiaries.
 * All rights reserved.
 */
 
#ifndef MINIMP3_H_
#define MINIMP3_H_

#define appFileCreator			'mMP3'
#define appName					"MiniMP3"
#define appVersionNum			0x01
#define appPrefID				0x00
#define appPrefVersionNum		0x01

#endif /* MINIMP3_H_ */

⌨️ 快捷键说明

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