⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setupvorbis.h

📁 这是一款2d游戏引擎
💻 H
字号:
/*
         $Id: 

      ------------------------------------------------------------------------
        ClanLib Game SDK

        This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
        version 2. See COPYING for details.

        For a total list of contributers see CREDITS.

        See http://www.clanlib.org
      ------------------------------------------------------------------------
*/

//! clanVorbis="System"
//! header=vorbis.h

#ifndef header_setupvorbis
#define header_setupvorbis

#if _MSC_VER > 1000
#pragma once
#endif

//: ClanVorbis initialization functions
//- !group=Vorbis/System!
//- !header=vorbis.h!
class CL_SetupVorbis
{
public:
//! Operations:
	//: Initialize the Vorbis library
	static void init(bool register_resources_only = false);

	//: Deinitialize the Vorbis library
	static void deinit();
};

#endif

⌨️ 快捷键说明

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