misc/libopenalbridge/tester.c
author sheepluva
Sat, 29 Oct 2011 11:47:37 +0200
changeset 6227 ce60b734fff1
parent 3697 d5b30d6373fc
permissions -rw-r--r--
update name autocompletion after nick change (since own nick isn't suggested)

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

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

    openal_init();

    openal_close();

    return 0;
}