Files
dusk/src/dusklinux/display/displayplatform.h
T
2026-05-04 22:16:30 -05:00

17 lines
468 B
C

/**
* Copyright (c) 2026 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "display/displaysdl2.h"
typedef displaysdl2_t displayplatform_t;
#define displayPlatformInit displaySDL2Init
#define displayPlatformUpdate displaySDL2Update
#define displayPlatformSwap displaySDL2Swap
#define displayPlatformSetState displaySDL2SetState
#define displayPlatformDispose displaySDL2Dispose