misc/libopenalbridge/tester.c
author koda
Tue, 16 Jul 2013 11:14:27 +0200
changeset 9357 a501f5ec7b34
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fromAscii is deprecated in qt5

#include <stdio.h>
#include "openalbridge.h"

int main (int argc, int **argv) {

    openal_init();

    openal_close();

    return 0;
}