HatchitGame
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
unused
ht_audioemitter_singleton.h
1
15
#pragma once
16
17
#include <ht_platform.h>
18
#include <ht_singleton.h>
19
#include <ht_renderer.h>
20
#include <ht_audiodevice.h>
21
22
namespace
Hatchit
23
{
24
namespace
Game
25
{
26
class
HT_API
AudioEmitter
:
public
Core::Singleton<AudioEmitter>
27
{
28
public
:
29
static
bool
Initialize();
30
static
void
DeInitialize();
31
32
static
void
Update();
33
private
:
34
Audio::Device m_device;
35
};
36
}
37
}
Hatchit::Game::AudioEmitter
Definition:
ht_audioemitter_singleton.h:26
Hatchit
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition:
ht_glfwkeyboard.h:21
Generated by
1.8.11