misc/libopenalbridge/tester.c
author nemo
Sat, 30 Oct 2010 22:43:30 -0400
changeset 4041 b2c69be74342
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fix entity

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

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

    openal_init();

    openal_close();

    return 0;
}