misc/libopenalbridge/tester.c
author koda
Tue, 30 Apr 2013 01:47:30 +0200
branchcmake_pascal
changeset 8869 11438c0bd46b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
add useful variables for non-Makefile generators to set where we want our stuff built

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

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

    openal_init();

    openal_close();

    return 0;
}