misc/libopenalbridge/tester.c
author koda
Fri, 17 Feb 2012 12:08:01 +0100
changeset 6695 32de8965c62c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
refactored a few types involved in the touch interface and corrected a few invisible mistakes

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

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

    openal_init();

    openal_close();

    return 0;
}