-
Notifications
You must be signed in to change notification settings - Fork 265
/
fakeirisgl.c
45 lines (43 loc) · 1.13 KB
/
fakeirisgl.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#include "fakeirisgl.h"
void pushmatrix() {}
void popmatrix() {}
void loadmatrix() {}
void scale() {}
void ortho2(float a, float b, float c, float d) {}
void RGBcolor(int r, int g, int b) {}
void circ() {}
void v3f() {}
void endline() {}
void bgnpolygon() {}
void v4f() {}
void endpolygon() {}
void multmatrix(float m[4][4]) {}
void clear() {}
void keepaspect(int x, int y) {}
void prefposition(int a, int b, int c, int d) {}
void doublebuffer() {}
void RGBmode() {}
void gconfig() {}
void qdevice(int i) {}
void ortho(float a, float b, float c, float d, float e, float f) {}
void translate(float a, float b, float c) {}
void getsize(long* a, long* b) {}
void getorigin(long* a, long* b) {}
int qtest() { return 0; }
int qread(short* sp) { return 0; }
void gexit() {}
void reshapeviewport() {}
void swapbuffers() {}
void bgnline() {}
void v2d(double* d) {}
void v2i(int* i) {}
void prefsize(int i, int j) {}
int winopen(const char* cp) { return 0; }
void cpack(int i) {}
int getvaluator(int i) { return 0; }
void qreset() {}
void qenter(int i, short s) {}
void winset(int i) {}
void winclose(int i) {}
//void drawbody(float m[4][4]) {}
void foreground() {}