Archeus
0.0.0
A C library and game engine that focuses on documentation
Loading...
Searching...
No Matches
src
graphics
circle.c
Go to the documentation of this file.
1
#ifdef ARC_NONE_GRAPHICS
2
3
#include "
arc/graphics/circle.h
"
4
#include <stdio.h>
5
6
void
ARC_Circle_Render
(
ARC_Circle
*circle,
ARC_Renderer
*renderer,
ARC_Color
*color){
7
printf(
"No Graphics Backend Selected\n"
);
8
}
9
10
#endif
// !ARC_NONE_GRAPHICS
circle.h
ARC_Circle_Render
void ARC_Circle_Render(ARC_Circle *circle, ARC_Renderer *renderer, ARC_Color *color)
ARC_Renderer
struct ARC_RendererType ARC_Renderer
Definition
renderer.h:16
ARC_Circle
Definition
circle.h:10
ARC_Color
Definition
color.h:10
Generated by
1.12.0