Cogs.Core
Extensions
Audio
Source
WaveSoundLoader.h
1
#pragma once
2
3
#include "SoundManager.h"
4
5
namespace
Cogs
6
{
7
namespace
Core
8
{
9
class
WaveSoundLoader
:
public
IResourceLoader
<Sound, SoundLoadInfo>
10
{
11
public
:
12
bool
canLoad(
Context
* context,
const
SoundLoadInfo
& loadInfo);
13
bool
load(
Context
* context,
const
SoundLoadInfo
& loadInfo);
14
};
15
}
16
}
Cogs::Core::Context
A Context instance contains all the services, systems and runtime components needed to use Cogs.
Definition:
Context.h:83
Cogs::Core::IResourceLoader
Definition:
IResourceLoader.h:13
Cogs::Core::WaveSoundLoader
Definition:
WaveSoundLoader.h:10
Cogs
Contains all Cogs related functionality.
Definition:
FieldSetter.h:23
Cogs::Core::ResourceLoadInfoBase
Definition:
ResourceLoadInfo.h:17
Generated by
1.9.6