misc/libopenalbridge/tester.c
author Xeli
Tue, 09 Aug 2011 20:52:26 +0200
branchhedgeroid
changeset 5504 96d735b83d43
parent 3697 d5b30d6373fc
permissions -rw-r--r--
AI thread is now an SDL_Thread rather than pthread

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

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

    openal_init();

    openal_close();

    return 0;
}