adding texture loading.

This commit is contained in:
Andreas Ortmann 2016-10-03 20:12:09 +02:00
parent 7eac02328d
commit dfda49c027
7 changed files with 252 additions and 5 deletions

View file

@ -121,6 +121,7 @@ namespace sound {
int numActiveSounds(void)
{
return 0;
}
void deleteSound(SoundHandle *handle)