17 lines
No EOL
304 B
C
17 lines
No EOL
304 B
C
#ifndef ARC_GRAPHICS_CONFIG_H_
|
|
#define ARC_GRAPHICS_CONFIG_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "arc/std/config.h"
|
|
#include "arc/graphics/renderer.h"
|
|
|
|
void ARC_GraphicsConfig_Init(ARC_Config *config, ARC_Renderer *renderer);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // !ARC_GRAPHICS_CONFIG_H_
|