diff --git a/engine/dir_23ec12649285f9fabf3a6b7380226c28.html b/engine/dir_23ec12649285f9fabf3a6b7380226c28.html new file mode 100644 index 0000000..834b24a --- /dev/null +++ b/engine/dir_23ec12649285f9fabf3a6b7380226c28.html @@ -0,0 +1,113 @@ + + + + + + + +GoldFish Engine: util Directory Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
GoldFish Engine +
+
Quite simple and lightweight game engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
util Directory Reference
+
+
+ + + + +

+Directories

 engineinfo
 
+
+
+ + + + diff --git a/engine/dir_23ec12649285f9fabf3a6b7380226c28.js b/engine/dir_23ec12649285f9fabf3a6b7380226c28.js new file mode 100644 index 0000000..30e1afa --- /dev/null +++ b/engine/dir_23ec12649285f9fabf3a6b7380226c28.js @@ -0,0 +1,4 @@ +var dir_23ec12649285f9fabf3a6b7380226c28 = +[ + [ "engineinfo", "dir_564eac3fbd1641f0d7f53b584187d9ce.html", "dir_564eac3fbd1641f0d7f53b584187d9ce" ] +]; \ No newline at end of file diff --git a/engine/dir_564eac3fbd1641f0d7f53b584187d9ce.html b/engine/dir_564eac3fbd1641f0d7f53b584187d9ce.html new file mode 100644 index 0000000..4046ff9 --- /dev/null +++ b/engine/dir_564eac3fbd1641f0d7f53b584187d9ce.html @@ -0,0 +1,115 @@ + + + + + + + +GoldFish Engine: util/engineinfo Directory Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
GoldFish Engine +
+
Quite simple and lightweight game engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
engineinfo Directory Reference
+
+
+ + + + + + +

+Files

 main_console.c
 
 main_windows.c
 
+
+
+ + + + diff --git a/engine/dir_564eac3fbd1641f0d7f53b584187d9ce.js b/engine/dir_564eac3fbd1641f0d7f53b584187d9ce.js new file mode 100644 index 0000000..5979b4a --- /dev/null +++ b/engine/dir_564eac3fbd1641f0d7f53b584187d9ce.js @@ -0,0 +1,5 @@ +var dir_564eac3fbd1641f0d7f53b584187d9ce = +[ + [ "main_console.c", "main__console_8c_source.html", null ], + [ "main_windows.c", "main__windows_8c_source.html", null ] +]; \ No newline at end of file diff --git a/engine/files.html b/engine/files.html index 6588264..0b6e843 100644 --- a/engine/files.html +++ b/engine/files.html @@ -163,24 +163,28 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });  gf_thread.c   win32  gf_thread.c - gf_audio.c - gf_client.c - gf_core.c - gf_draw_common.c - gf_font.c - gf_graphic_common.c - gf_gui.c - gf_input.c - gf_log.c - gf_math.c - gf_mesh.c - gf_miniaudio.c - gf_model.c - gf_physics.c - gf_server.c - gf_stb_image.c - gf_texture.c - gf_version.c +  util +  engineinfo + main_console.c + main_windows.c + gf_audio.c + gf_client.c + gf_core.c + gf_draw_common.c + gf_font.c + gf_graphic_common.c + gf_gui.c + gf_input.c + gf_log.c + gf_math.c + gf_mesh.c + gf_miniaudio.c + gf_model.c + gf_physics.c + gf_server.c + gf_stb_image.c + gf_texture.c + gf_version.c diff --git a/engine/files_dup.js b/engine/files_dup.js index aef842c..22fd240 100644 --- a/engine/files_dup.js +++ b/engine/files_dup.js @@ -4,6 +4,7 @@ var files_dup = [ "graphic", "dir_5a32c7c5d9a7b7a4563b24a8e4acb19a.html", "dir_5a32c7c5d9a7b7a4563b24a8e4acb19a" ], [ "include", "dir_d44c64559bbebec7f509842c48db8b23.html", "dir_d44c64559bbebec7f509842c48db8b23" ], [ "thread", "dir_01284e59d658032137ac90170bc51d5c.html", "dir_01284e59d658032137ac90170bc51d5c" ], + [ "util", "dir_23ec12649285f9fabf3a6b7380226c28.html", "dir_23ec12649285f9fabf3a6b7380226c28" ], [ "gf_audio.c", "gf__audio_8c_source.html", null ], [ "gf_client.c", "gf__client_8c_source.html", null ], [ "gf_core.c", "gf__core_8c_source.html", null ], diff --git a/engine/main__console_8c_source.html b/engine/main__console_8c_source.html new file mode 100644 index 0000000..3a3095a --- /dev/null +++ b/engine/main__console_8c_source.html @@ -0,0 +1,138 @@ + + + + + + + +GoldFish Engine: util/engineinfo/main_console.c Source File + + + + + + + + + + + + + +
+
+ + + + + + + +
+
GoldFish Engine +
+
Quite simple and lightweight game engine
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
main_console.c
+
+
+
1/* Engine */
+
2#include <gf_version.h>
+
3
+
4/* External library */
+
5
+
6/* Standard */
+
7#include <stdio.h>
+
8
+
9int main(int argc, char** argv) {
+
10 gf_version_t ver;
+
11 gf_version_get(&ver);
+
12
+
13 printf("GoldFish Engine %s\n", ver.full);
+
14 printf("Build Date : %s\n", ver.date);
+
15 printf("Thread model : %s\n", ver.thread);
+
16 printf("Renderer : %s on %s\n", ver.driver, ver.backend);
+
17
+
18 return 0;
+
19}
+
Version.
+
Version.
Definition version.h:68
+
char backend[32]
Name of the rendering backend.
Definition version.h:68
+
char full[64]
Full version.
Definition version.h:68
+
char driver[32]
Name of the rendering driver.
Definition version.h:68
+
char date[64]
Build date.
Definition version.h:68
+
char thread[32]
Name of the thread model used.
Definition version.h:68
+
+
+ + + + diff --git a/engine/main__windows_8c_source.html b/engine/main__windows_8c_source.html new file mode 100644 index 0000000..28dcf0a --- /dev/null +++ b/engine/main__windows_8c_source.html @@ -0,0 +1,289 @@ + + + + + + + +GoldFish Engine: util/engineinfo/main_windows.c Source File + + + + + + + + + + + + + +
+
+ + + + + + + +
+
GoldFish Engine +
+
Quite simple and lightweight game engine
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
main_windows.c
+
+
+
1/* Engine */
+
2#include <gf_version.h>
+
3
+
4/* External library */
+
5#include <windows.h>
+
6
+
7/* Standard */
+
8#include <stdio.h>
+
9
+
10#define GUI_BUTTON_OK 1000
+
11
+
12HINSTANCE hInst;
+
13HWND button_ok;
+
14HFONT monospace;
+
15gf_version_t ver;
+
16char vertxt[512];
+
17
+
18void ShowBitmapSize(HWND hWnd, HDC hdc, const char* name, int x, int y, int w, int h) {
+
19 HBITMAP hBitmap = LoadBitmap(hInst, name);
+
20 BITMAP bmp;
+
21 HDC hmdc;
+
22 GetObject(hBitmap, sizeof(bmp), &bmp);
+
23 hmdc = CreateCompatibleDC(hdc);
+
24 SelectObject(hmdc, hBitmap);
+
25 if(w == 0 && h == 0) {
+
26 StretchBlt(hdc, x, y, bmp.bmWidth, bmp.bmHeight, hmdc, 0, 0, bmp.bmWidth, bmp.bmHeight, SRCCOPY);
+
27 } else {
+
28 StretchBlt(hdc, x, y, w, h, hmdc, 0, 0, bmp.bmWidth, bmp.bmHeight, SRCCOPY);
+
29 }
+
30 DeleteDC(hmdc);
+
31 DeleteObject(hBitmap);
+
32}
+
33
+
34LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
+
35 switch(msg) {
+
36 case WM_COMMAND: {
+
37 int trig = LOWORD(wp);
+
38 int ev = HIWORD(wp);
+
39 if(trig == GUI_BUTTON_OK && ev == BN_CLICKED) {
+
40 SendMessage(hWnd, WM_CLOSE, 0, 0);
+
41 }
+
42 break;
+
43 }
+
44 case WM_CLOSE: {
+
45 DestroyWindow(hWnd);
+
46 break;
+
47 }
+
48 case WM_DESTROY: {
+
49 PostQuitMessage(0);
+
50 break;
+
51 }
+
52 case WM_CREATE: {
+
53 RECT rc;
+
54 int sz;
+
55 int width;
+
56 int height;
+
57 int padding;
+
58
+
59 GetClientRect(hWnd, &rc);
+
60 width = rc.right - rc.left;
+
61 height = rc.bottom - rc.top;
+
62 sz = height * 4 / 5;
+
63 padding = height / 2 - sz / 2;
+
64
+
65 monospace = (HFONT)GetStockObject(SYSTEM_FIXED_FONT);
+
66 button_ok = CreateWindow("BUTTON", "&OK", WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON, width - padding - 40, height - padding - 20, 40, 20, hWnd, (HMENU)GUI_BUTTON_OK, hInst, NULL);
+
67 break;
+
68 }
+
69 case WM_PAINT: {
+
70 HDC hdc;
+
71 PAINTSTRUCT ps;
+
72 RECT rc;
+
73 RECT tx;
+
74 int sz;
+
75 int width;
+
76 int height;
+
77 int padding;
+
78
+
79 GetClientRect(hWnd, &rc);
+
80 width = rc.right - rc.left;
+
81 height = rc.bottom - rc.top;
+
82 sz = height * 4 / 5;
+
83 padding = height / 2 - sz / 2;
+
84
+
85 hdc = BeginPaint(hWnd, &ps);
+
86 SelectObject(hdc, monospace);
+
87 ShowBitmapSize(hWnd, hdc, "GOLDFISH_BMP", padding, padding, sz, sz);
+
88
+
89 tx.left = padding * 2 + sz;
+
90 tx.right = rc.right;
+
91 tx.top = padding;
+
92 tx.bottom = rc.bottom - padding * 2;
+
93 SetBkMode(hdc, TRANSPARENT);
+
94 DrawText(hdc, vertxt, strlen(vertxt), &tx, DT_LEFT);
+
95 EndPaint(hWnd, &ps);
+
96 break;
+
97 }
+
98 default: {
+
99 return DefWindowProc(hWnd, msg, wp, lp);
+
100 }
+
101 }
+
102 return 0;
+
103}
+
104
+
105BOOL InitApp(void) {
+
106 WNDCLASSEX wc;
+
107 wc.cbSize = sizeof(WNDCLASSEX);
+
108 wc.style = CS_HREDRAW | CS_VREDRAW;
+
109 wc.lpfnWndProc = WndProc;
+
110 wc.cbClsExtra = 0;
+
111 wc.cbWndExtra = 0;
+
112 wc.hInstance = hInst;
+
113 wc.hIcon = LoadIcon(hInst, "GAME");
+
114 wc.hCursor = LoadCursor(NULL, IDC_ARROW);
+
115 wc.hbrBackground = GetSysColorBrush(COLOR_MENU);
+
116 wc.lpszMenuName = NULL;
+
117 wc.lpszClassName = "nishbox";
+
118 wc.hIconSm = LoadIcon(hInst, "GAME");
+
119 return RegisterClassEx(&wc);
+
120}
+
121
+
122BOOL InitWindow(int nCmdShow) {
+
123 HWND hWnd;
+
124 RECT deskrc, rc;
+
125 HWND hDeskWnd = GetDesktopWindow();
+
126 GetWindowRect(hDeskWnd, &deskrc);
+
127 hWnd = CreateWindow("nishbox", "GoldFish Engine Info", (WS_OVERLAPPEDWINDOW ^ WS_THICKFRAME) ^ WS_MAXIMIZEBOX, 0, 0, 500, 250, NULL, 0, hInst, NULL);
+
128
+
129 if(!hWnd) {
+
130 return FALSE;
+
131 }
+
132 GetWindowRect(hWnd, &rc);
+
133 SetWindowPos(hWnd, HWND_TOP, (deskrc.right - (rc.right - rc.left)) / 2, (deskrc.bottom - (rc.bottom - rc.top)) / 2, rc.right - rc.left, rc.bottom - rc.top, SWP_SHOWWINDOW);
+
134 ShowWindow(hWnd, nCmdShow);
+
135 UpdateWindow(hWnd);
+
136 return TRUE;
+
137}
+
138
+
139int WINAPI WinMain(HINSTANCE hCurInst, HINSTANCE hPrevInst, LPSTR lpsCmdLine, int nCmdShow) {
+
140 MSG msg;
+
141 BOOL bret;
+
142
+
143 hInst = hCurInst;
+
144
+
145 gf_version_get(&ver);
+
146 vertxt[0] = 0;
+
147 sprintf(vertxt + strlen(vertxt), "GoldFish Engine %s\n", ver.full);
+
148 sprintf(vertxt + strlen(vertxt), "Build Date : %s\n", ver.date);
+
149 sprintf(vertxt + strlen(vertxt), "Thread Model : %s\n", ver.thread);
+
150 sprintf(vertxt + strlen(vertxt), "Renderer : %s on %s\n", ver.driver, ver.backend);
+
151
+
152 if(!InitApp()) {
+
153 return FALSE;
+
154 }
+
155
+
156 if(!InitWindow(nCmdShow)) {
+
157 return FALSE;
+
158 }
+
159
+
160 while((bret = GetMessage(&msg, NULL, 0, 0)) != 0) {
+
161 if(bret == -1) {
+
162 break;
+
163 } else {
+
164 TranslateMessage(&msg);
+
165 DispatchMessage(&msg);
+
166 }
+
167 }
+
168
+
169 return (int)msg.wParam;
+
170}
+
Version.
+
Version.
Definition version.h:68
+
char backend[32]
Name of the rendering backend.
Definition version.h:68
+
char full[64]
Full version.
Definition version.h:68
+
char driver[32]
Name of the rendering driver.
Definition version.h:68
+
char date[64]
Build date.
Definition version.h:68
+
char thread[32]
Name of the thread model used.
Definition version.h:68
+
+
+ + + + diff --git a/engine/navtreedata.js b/engine/navtreedata.js index 770fc3d..4535639 100644 --- a/engine/navtreedata.js +++ b/engine/navtreedata.js @@ -50,7 +50,7 @@ var NAVTREE = var NAVTREEINDEX = [ "annotated.html", -"opengl_2gf__driver_8c_source.html" +"mesh_8h.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/engine/navtreeindex0.js b/engine/navtreeindex0.js index bcbe867..19ff6ea 100644 --- a/engine/navtreeindex0.js +++ b/engine/navtreeindex0.js @@ -14,7 +14,9 @@ var NAVTREEINDEX0 = "dir_010439d597aa5f2c3973222e6254bb56.html":[2,0,3,1], "dir_01284e59d658032137ac90170bc51d5c.html":[2,0,3], "dir_036ee58afba6ae32492bae49fa57c3dc.html":[2,0,1,0,0], +"dir_23ec12649285f9fabf3a6b7380226c28.html":[2,0,4], "dir_3a4208df5cf5d0ab1d583a2473f08407.html":[2,0,3,0], +"dir_564eac3fbd1641f0d7f53b584187d9ce.html":[2,0,4,0], "dir_5a32c7c5d9a7b7a4563b24a8e4acb19a.html":[2,0,1], "dir_755d8abb012f637854d4b2fb26e768d7.html":[2,0,1,1,2], "dir_78c3bd53007468ca0f7c2ae3b8c8a04a.html":[2,0,1,1,0], @@ -38,7 +40,7 @@ var NAVTREEINDEX0 = "font_8h_source.html":[2,0,2,0,7], "functions.html":[1,2,0], "functions_vars.html":[1,2,1], -"gf__audio_8c_source.html":[2,0,4], +"gf__audio_8c_source.html":[2,0,5], "gf__audio_8h.html":[2,0,2,1], "gf__audio_8h.html#a270465ee43fdc71840bd1a5dbd0a1ec1":[2,0,2,1,7], "gf__audio_8h.html#a336ebd4c24f26fb744114f955292f58b":[2,0,2,1,6], @@ -51,7 +53,7 @@ var NAVTREEINDEX0 = "gf__audio_8h_source.html":[2,0,2,1], "gf__audio__mod_8c_source.html":[2,0,0,0], "gf__audio__xm_8c_source.html":[2,0,0,1], -"gf__client_8c_source.html":[2,0,5], +"gf__client_8c_source.html":[2,0,6], "gf__client_8h.html":[2,0,2,2], "gf__client_8h.html#a190d30881f4449e141e915ac42e32d56":[2,0,2,2,0], "gf__client_8h.html#a1f8b044a5ca56016e55dad76cd839b53":[2,0,2,2,2], @@ -59,7 +61,7 @@ var NAVTREEINDEX0 = "gf__client_8h.html#a48fc64674f40797eac53f689e2ba5bae":[2,0,2,2,3], "gf__client_8h.html#aa955ab564cc593944b7ea4ae10efd397":[2,0,2,2,4], "gf__client_8h_source.html":[2,0,2,2], -"gf__core_8c_source.html":[2,0,6], +"gf__core_8c_source.html":[2,0,7], "gf__core_8h.html":[2,0,2,3], "gf__core_8h.html#a741291298ef02f3dceb1fdeaee2e27b4":[2,0,2,3,1], "gf__core_8h.html#a978d9c52b1d1098b5fc2f3e869036b64":[2,0,2,3,2], @@ -79,7 +81,7 @@ var NAVTREEINDEX0 = "gf__draw_8h.html#af1d6ba858a1cee357f8626501540e8bf":[2,0,2,5,5], "gf__draw_8h.html#af65b9048f8e8b33c560f374a945d1dec":[2,0,2,5,1], "gf__draw_8h_source.html":[2,0,2,5], -"gf__draw__common_8c_source.html":[2,0,7], +"gf__draw__common_8c_source.html":[2,0,8], "gf__draw__driver_8h.html":[2,0,2,6], "gf__draw__driver_8h.html#a034ba7f18e4d2c0395d4116182c47785":[2,0,2,6,8], "gf__draw__driver_8h.html#a2740a2bb536d05c08ca019e66be4b6c6":[2,0,2,6,10], @@ -101,7 +103,7 @@ var NAVTREEINDEX0 = "gf__draw__platform_8h.html#ae0d81adf1fa83413f5052dab1fc4793f":[2,0,2,7,1], "gf__draw__platform_8h.html#af006e1dd0055cd824dd61122454d6192":[2,0,2,7,5], "gf__draw__platform_8h_source.html":[2,0,2,7], -"gf__font_8c_source.html":[2,0,8], +"gf__font_8c_source.html":[2,0,9], "gf__font_8h.html":[2,0,2,8], "gf__font_8h.html#a0d171fe12d2ac1d3acc18476436608a1":[2,0,2,8,0], "gf__font_8h.html#adc4a1d10e49218c6383f5af6c4752fa1":[2,0,2,8,1], @@ -122,8 +124,8 @@ var NAVTREEINDEX0 = "gf__graphic_8h.html#ad35db673e213edbadbfd938138c88a4c":[2,0,2,9,3], "gf__graphic_8h.html#af8285b506b90125960bf01b427a9a883":[2,0,2,9,11], "gf__graphic_8h_source.html":[2,0,2,9], -"gf__graphic__common_8c_source.html":[2,0,9], -"gf__gui_8c_source.html":[2,0,10], +"gf__graphic__common_8c_source.html":[2,0,10], +"gf__gui_8c_source.html":[2,0,11], "gf__gui_8h.html":[2,0,2,10], "gf__gui_8h.html#a01d6d034ff93d118bcbabf86f33735c5":[2,0,2,10,1], "gf__gui_8h.html#a39fc0e9d0e6ebaf3d60e1275008124b5":[2,0,2,10,6], @@ -135,12 +137,12 @@ var NAVTREEINDEX0 = "gf__gui_8h.html#ac4dbc67180bd8f83906b16fc268a8e78":[2,0,2,10,8], "gf__gui_8h.html#ad122969dc187a91908fc312f185eaa46":[2,0,2,10,2], "gf__gui_8h_source.html":[2,0,2,10], -"gf__input_8c_source.html":[2,0,11], +"gf__input_8c_source.html":[2,0,12], "gf__input_8h.html":[2,0,2,11], "gf__input_8h.html#ac4a22f8231c87a464f6be7faead5dec2":[2,0,2,11,1], "gf__input_8h.html#ac926a70928c687f96cfbc24aef8ca96d":[2,0,2,11,0], "gf__input_8h_source.html":[2,0,2,11], -"gf__log_8c_source.html":[2,0,12], +"gf__log_8c_source.html":[2,0,13], "gf__log_8h.html":[2,0,2,12], "gf__log_8h.html#a165a2d1cecbdd974b4a44450011bb84a":[2,0,2,12,0], "gf__log_8h.html#aed92dc232c3ae9cabdff1eeea67dfa90":[2,0,2,12,1], @@ -168,7 +170,7 @@ var NAVTREEINDEX0 = "gf__macro_8h.html#aeb8d09c8509f1bbb5c2647be76806117":[2,0,2,13,16], "gf__macro_8h.html#aeddf0443a9813483ca6bfc05190915e0":[2,0,2,13,19], "gf__macro_8h_source.html":[2,0,2,13], -"gf__math_8c_source.html":[2,0,13], +"gf__math_8c_source.html":[2,0,14], "gf__math_8h.html":[2,0,2,14], "gf__math_8h.html#a018423cb05adf480f9c3f28f304d1c47":[2,0,2,14,3], "gf__math_8h.html#a394ebd35e2cddf28c86a45dad759fbee":[2,0,2,14,4], @@ -180,16 +182,16 @@ var NAVTREEINDEX0 = "gf__math_8h.html#aac8f6a22f2880f5b86b20a191a662333":[2,0,2,14,2], "gf__math_8h.html#aefea2441e869786726095fcda71750dc":[2,0,2,14,5], "gf__math_8h_source.html":[2,0,2,14], -"gf__mesh_8c_source.html":[2,0,14], +"gf__mesh_8c_source.html":[2,0,15], "gf__mesh_8h.html":[2,0,2,15], "gf__mesh_8h_source.html":[2,0,2,15], -"gf__miniaudio_8c_source.html":[2,0,15], -"gf__model_8c_source.html":[2,0,16], +"gf__miniaudio_8c_source.html":[2,0,16], +"gf__model_8c_source.html":[2,0,17], "gf__model_8h.html":[2,0,2,16], "gf__model_8h_source.html":[2,0,2,16], "gf__opengl_8h.html":[2,0,2,17], "gf__opengl_8h_source.html":[2,0,2,17], -"gf__physics_8c_source.html":[2,0,17], +"gf__physics_8c_source.html":[2,0,18], "gf__physics_8h.html":[2,0,2,18], "gf__physics_8h.html#a046ff3b6d3842c4cfd2c43ec576b09c6":[2,0,2,18,0], "gf__physics_8h.html#a5724da53e501775d4a0faad3c91f1a14":[2,0,2,18,3], @@ -198,15 +200,15 @@ var NAVTREEINDEX0 = "gf__physics_8h_source.html":[2,0,2,18], "gf__pre_8h.html":[2,0,2,19], "gf__pre_8h_source.html":[2,0,2,19], -"gf__server_8c_source.html":[2,0,18], +"gf__server_8c_source.html":[2,0,19], "gf__server_8h.html":[2,0,2,20], "gf__server_8h.html#a656e41de75a97731bffa1653fc2c8d4a":[2,0,2,20,0], "gf__server_8h.html#a861aac514f048d33ce16e3209e125df5":[2,0,2,20,1], "gf__server_8h.html#a9f44e37cb5becfe321b352f8801fe22e":[2,0,2,20,3], "gf__server_8h.html#afedff111b1691c5973e264ce4f6a3787":[2,0,2,20,2], "gf__server_8h_source.html":[2,0,2,20], -"gf__stb__image_8c_source.html":[2,0,19], -"gf__texture_8c_source.html":[2,0,20], +"gf__stb__image_8c_source.html":[2,0,20], +"gf__texture_8c_source.html":[2,0,21], "gf__texture_8h.html":[2,0,2,21], "gf__texture_8h.html#a3bfedc6c576e35173d3a7b1b9565e649":[2,0,2,21,1], "gf__texture_8h.html#a6cd0c41bfc9dbe140bb52f39aaa14080":[2,0,2,21,0], @@ -216,7 +218,7 @@ var NAVTREEINDEX0 = "gf__thread_8h.html#ad2a42aa3c8b51ec7e22625e8932906a4":[2,0,2,22,0], "gf__thread_8h.html#ae75b99ee6c28e149e333512f46e8656a":[2,0,2,22,1], "gf__thread_8h_source.html":[2,0,2,22], -"gf__version_8c_source.html":[2,0,21], +"gf__version_8c_source.html":[2,0,22], "gf__version_8h.html":[2,0,2,23], "gf__version_8h.html#a6bbaecc50f6c677871dcf74d7d7dbc4a":[2,0,2,23,0], "gf__version_8h_source.html":[2,0,2,23], @@ -243,11 +245,9 @@ var NAVTREEINDEX0 = "input_8h.html#a9e633a7c5d0bd577a11243b397354588":[2,0,2,0,10,1], "input_8h.html#aa131fcdb7b5d6864c62b32b86f702962":[2,0,2,0,10,3], "input_8h_source.html":[2,0,2,0,10], +"main__console_8c_source.html":[2,0,4,0,0], +"main__windows_8c_source.html":[2,0,4,0,1], "math_8h.html":[2,0,2,0,11], "math_8h.html#a866f43b3ea5386cb9497738f1eec3d88":[2,0,2,0,11,0], -"math_8h_source.html":[2,0,2,0,11], -"mesh_8h.html":[2,0,2,0,12], -"mesh_8h_source.html":[2,0,2,0,12], -"model_8h.html":[2,0,2,0,13], -"model_8h_source.html":[2,0,2,0,13] +"math_8h_source.html":[2,0,2,0,11] }; diff --git a/engine/navtreeindex1.js b/engine/navtreeindex1.js index 1d4bf88..03cb690 100644 --- a/engine/navtreeindex1.js +++ b/engine/navtreeindex1.js @@ -1,5 +1,9 @@ var NAVTREEINDEX1 = { +"mesh_8h.html":[2,0,2,0,12], +"mesh_8h_source.html":[2,0,2,0,12], +"model_8h.html":[2,0,2,0,13], +"model_8h_source.html":[2,0,2,0,13], "opengl_2gf__driver_8c_source.html":[2,0,1,1,3], "opengl_2gf__graphic_8c_source.html":[2,0,1,1,4], "opengl_2glfw_2gf__draw_8c_source.html":[2,0,1,1,0,0],