This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
Avans-TI
/
2.4-Crystalpoint
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
f0a8330819
Branches
Tags
FireWorld
RockFixPlis
developer
feature/iceworld
heightmapTrees
master
rewrite
1.0
0.1
2.4-Crystalpoin...
/
OpenAL.h
OpenAL.h
105 B
Lịch sử
Raw
1
2
3
4
5
6
7
8
9
#pragma once
class OpenAL
{
public:
OpenAL();
int EndWithError(char* msg);
int Init();
~OpenAL();
};