This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
Avans-TI
/
2.4-Crystalpoint
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f0a8330819
Branches
Tags
FireWorld
RockFixPlis
developer
feature/iceworld
heightmapTrees
master
rewrite
1.0
0.1
2.4-Crystalpoin...
/
OpenAL.h
OpenAL.h
105 B
Historique
Raw
1
2
3
4
5
6
7
8
9
#pragma once
class OpenAL
{
public:
OpenAL();
int EndWithError(char* msg);
int Init();
~OpenAL();
};