blob: 12f7672b6e3136d877097e0fdfd1fe82e2cfb6af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _TIMEWINDOW_INC
#define _TIMEWINDOW_INC
#include "common.h"
#include <gl/gl.h>
#include <gl/glu.h>
#include "glyph.h"
void InitFrame();
void DeinitFrame();
#endif
|