MTek-GDL 0.100.4-muffintrap
Loading...
Searching...
No Matches
mgdl-draw3d.h
Go to the documentation of this file.
1#include <mgdl/mgdl-types.h>
2
3#pragma once
4
10#ifdef __cplusplus
11extern "C" {
12#endif
13
18void Draw3D_Cube(float size);
19
20
21
22
23
24#ifdef __cplusplus
25}
26#endif
27
void Draw3D_Cube(float size)
Draws a solid cube with the current OpenGL state.
Definition mgdl-draw3d.cpp:25
Library types, macros, defines and enums header.