misc/libopenalbridge/tester.c
author Periklis Ntanasis <pntanasis@gmail.com>
Mon, 10 Jun 2013 15:18:03 +0300
changeset 9178 c0902317c823
parent 3697 d5b30d6373fc
permissions -rw-r--r--
created a new sendstat type for changing the kills label

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

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

    openal_init();

    openal_close();

    return 0;
}