8 lines
No EOL
227 B
C
8 lines
No EOL
227 B
C
#ifdef ARC_OPENGL_GRAPHICS
|
|
#include "arc/graphics/line.h"
|
|
#include <stdlib.h>
|
|
|
|
void ARC_Line_Render(int32_t *x1, int32_t *y1, int32_t *x2, int32_t *y2, ARC_Renderer *renderer, ARC_Color *color){
|
|
}
|
|
|
|
#endif // ARC_OPENGL_GRAPHICS
|