mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
update openal
This commit is contained in:
parent
62f3b93ff9
commit
6721a6b021
287 changed files with 33851 additions and 27325 deletions
16
Engine/lib/openal-soft/tests/example.t.cpp
Normal file
16
Engine/lib/openal-soft/tests/example.t.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#include <gtest/gtest.h>
|
||||
#include <AL/al.h>
|
||||
|
||||
class ExampleTest : public ::testing::Test {
|
||||
};
|
||||
|
||||
|
||||
TEST_F(ExampleTest, Basic)
|
||||
{
|
||||
// just making sure we compile
|
||||
ALuint source, buffer;
|
||||
ALfloat offset;
|
||||
ALenum state;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue