misc/libopenalbridge/tester.c
author belphegorr <szabibibi@gmail.com>
Tue, 03 Jul 2012 12:15:07 +0300
changeset 7219 6c7739c6446f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Set the choice constants to the correct values (1-3 instead of 0-2).

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

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

    openal_init();

    openal_close();

    return 0;
}