misc/libopenalbridge/tester.c
author unc0rr
Thu, 02 May 2013 23:44:49 +0400
changeset 8948 c8a6f789398d
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Apparently resetPosition is not needed at all (/pause doesn't call it and works the same)

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

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

    openal_init();

    openal_close();

    return 0;
}