sdl initializing and deinitializing with temp code
This commit is contained in:
parent
df8c7f7ff1
commit
c0780b7188
9 changed files with 102 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue