main header
This commit is contained in:
parent
6085d22df4
commit
afc569c006
7 changed files with 25 additions and 420 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include "arc/audio/audio.h"
|
||||
|
||||
// #define ARC_DEFAULT_CONFIG
|
||||
#include "arc/std/defaults/config.h"
|
||||
//#include "arc/std/defaults/config.h"
|
||||
//
|
||||
//void ARC_AudioConfig_Init(ARC_Config *config){
|
||||
// ARC_Config_AddKeyCString(config, (char *)"ARC_Audio", 9, ARC_Audio_Read, ARC_Audio_Delete);
|
||||
|
|
@ -40,4 +40,4 @@
|
|||
//void ARC_Audio_Delete(ARC_Config* config, ARC_String *string, void *value){
|
||||
// Mix_FreeChunk(((ARC_Audio *)value)->chunk);
|
||||
// free((ARC_Audio *)value);
|
||||
//}
|
||||
//}
|
||||
|
|
|
|||
|
|
@ -1,21 +1,21 @@
|
|||
#include "arc/graphics/config.h"
|
||||
|
||||
#include <SDL_image.h>
|
||||
#include <stdio.h>
|
||||
#include "renderer.h"
|
||||
#include "sprite.h"
|
||||
#include "spritesheet.h"
|
||||
#include "arc/std/array.h"
|
||||
#include "arc/std/string.h"
|
||||
#include "arc/std/errno.h"
|
||||
#include "arc/graphics/sprite.h"
|
||||
#include "arc/graphics/spritesheet.h"
|
||||
#include "arc/math/config.h"
|
||||
#include "arc/math/point.h"
|
||||
#include "arc/math/rectangle.h"
|
||||
//#include <SDL_image.h>
|
||||
//#include <stdio.h>
|
||||
//#include "renderer.h"
|
||||
//#include "sprite.h"
|
||||
//#include "spritesheet.h"
|
||||
//#include "arc/std/array.h"
|
||||
//#include "arc/std/string.h"
|
||||
//#include "arc/std/errno.h"
|
||||
//#include "arc/graphics/sprite.h"
|
||||
//#include "arc/graphics/spritesheet.h"
|
||||
//#include "arc/math/config.h"
|
||||
//#include "arc/math/point.h"
|
||||
//#include "arc/math/rectangle.h"
|
||||
|
||||
// #define ARC_DEFAULT_CONFIG
|
||||
#include "arc/std/defaults/config.h"
|
||||
//#include "arc/std/defaults/config.h"
|
||||
|
||||
//SDL_Renderer *global_renderer;
|
||||
//
|
||||
|
|
@ -308,4 +308,4 @@
|
|||
// }
|
||||
//
|
||||
// free(spriteValue);
|
||||
//}
|
||||
//}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue