config working, commented out the line throwing error for closing window. will fix soon
This commit is contained in:
parent
81b3ed9144
commit
c5bef3bd16
5 changed files with 12 additions and 274 deletions
|
|
@ -4,9 +4,11 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "arc/std/config.h"
|
||||
#include "arc/graphics/renderer.h"
|
||||
|
||||
// ARC_Config_Create();
|
||||
// ARC_Config_Destroy();
|
||||
void ARC_GraphicsConfig_Init(ARC_Config *config, ARC_Renderer *renderer);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue