Comitting before AI destroys it.
This commit is contained in:
19
src/duskraylib/display/draw/drawoverworld.h
Normal file
19
src/duskraylib/display/draw/drawoverworld.h
Normal file
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* Copyright (c) 2025 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "duskraylib.h"
|
||||
|
||||
/**
|
||||
* Initializes the overworld drawing system.
|
||||
*/
|
||||
void drawOverworldInit(void);
|
||||
|
||||
/**
|
||||
* Renders the overworld, including map and characters.
|
||||
*/
|
||||
void drawOverworldDraw(void);
|
Reference in New Issue
Block a user