misc/libopenalbridge/tester.c
author koda
Fri, 18 Feb 2011 00:21:36 +0100
changeset 4945 541d35d1f2e8
parent 3697 d5b30d6373fc
permissions -rw-r--r--
in the cocoa ammomenu show descriptions properly for lower weapons updated the way to update weaponset

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

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

    openal_init();

    openal_close();

    return 0;
}