misc/libopenalbridge/tester.c
author nemo
Fri, 17 Sep 2010 18:59:44 -0400
changeset 3873 28c3b8143573
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Oops. Forgot to change these over after switching CurWeapon to AmmoType

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

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

    openal_init();

    openal_close();

    return 0;
}