misc/libopenalbridge/tester.c
author unc0rr
Sat, 04 Dec 2010 22:33:14 +0300
changeset 4457 ffb766e85150
parent 3697 d5b30d6373fc
permissions -rw-r--r--
- Change painted map file format - Stub for uLandPainted.pas

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

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

    openal_init();

    openal_close();

    return 0;
}