misc/libopenalbridge/tester.c
author nemo
Tue, 12 Jun 2012 21:42:22 -0400
changeset 7229 c34516ec0f27
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Couple of missed sections from last time. Shield is still a bit odd

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

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

    openal_init();

    openal_close();

    return 0;
}