Add missing credit for Esperanto translation
[neverball.git] / share / hmd.h
blob4fd7e17dcc6935008352396fbeddb4c7673d7f85
1 /*
2 * Copyright (C) 2013 Robert Kooima
4 * NEVERBALL is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published
6 * by the Free Software Foundation; either version 2 of the License,
7 * or (at your option) any later version.
9 * This program is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * General Public License for more details.
15 #ifndef HMD_H
16 #define HMD_H
18 /*---------------------------------------------------------------------------*/
20 int hmd_stat();
22 void hmd_init();
23 void hmd_free();
24 void hmd_step();
25 void hmd_swap();
27 void hmd_prep_left();
28 void hmd_prep_right();
30 void hmd_persp(float, float);
31 void hmd_ortho();
33 /*---------------------------------------------------------------------------*/
35 #endif