misc/libopenalbridge/tester.c
author koda
Tue, 11 Jun 2013 02:46:59 +0200
branch0.9.19
changeset 9126 63bf1f4f40f8
parent 3697 d5b30d6373fc
permissions -rw-r--r--
backout a few commits that desyncronized translations and broke physfs on 32 bit

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

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

    openal_init();

    openal_close();

    return 0;
}