misc/libopenalbridge/tester.c
author sheepluva
Sat, 30 Oct 2010 23:25:41 +0200
changeset 4026 afae5a3b8424
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Portal: don't port RCPlanes for now, they are too wide anyway :P

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

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

    openal_init();

    openal_close();

    return 0;
}