misc/libopenalbridge/tester.c
author Xeli
Sat, 26 Nov 2011 16:18:44 +0100
changeset 6436 f1a42ba9cab2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Sort the weapons/schemes/styles and give make give them a default value

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

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

    openal_init();

    openal_close();

    return 0;
}