misc/libopenalbridge/tester.c
author Xeli
Mon, 15 Aug 2011 21:45:27 +0200
branchhedgeroid
changeset 5550 50650032c251
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Zoom and moving the camera now works with SDL_FINGER* events

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

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

    openal_init();

    openal_close();

    return 0;
}