misc/libopenalbridge/tester.c
author smaxx
Tue, 14 Sep 2010 19:06:59 +0200
changeset 3868 aaac0e8641c6
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Frontend: * Small changes to main menu tips

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

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

    openal_init();

    openal_close();

    return 0;
}