sdl initializing and deinitializing with temp code

This commit is contained in:
herbglitch 2022-10-29 16:08:41 -06:00
parent df8c7f7ff1
commit c0780b7188
9 changed files with 102 additions and 41 deletions

View file

@ -12,9 +12,9 @@ typedef struct ARC_WindowInfo ARC_WindowInfo;
* please refer to the graphics library section to see what needs to be passed
*
* @param window ARC_Window to initialize
* @param data Data to create ARC_Window
* @param info Info on how to create ARC_Window
*/
void ARC_Window_Create(ARC_Window **window, void *data);
void ARC_Window_Create(ARC_Window **window, ARC_WindowInfo *info);
/**
* @brief destroys ARC_Window type