mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-04-25 07:57:04 -05:00
12 lines
154 B
C++
12 lines
154 B
C++
#pragma once
|
|
|
|
#include <SDL.h>
|
|
|
|
namespace ui
|
|
{
|
|
void settInit();
|
|
void settExit();
|
|
void settUpdate();
|
|
void settDraw(SDL_Texture *target);
|
|
}
|