15 lines
373 B
C
15 lines
373 B
C
/**
|
|
* Copyright (c) 2026 Dominic Masters
|
|
*
|
|
* This software is released under the MIT License.
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
#pragma once
|
|
#include "displaydolphin.h"
|
|
|
|
#define displayPlatformInit displayInitDolphin
|
|
#define displayPlatformUpdate displayUpdateDolphin
|
|
#define displayPlatformSwap displaySwapDolphin
|
|
|
|
typedef displaydolphin_t displayplatform_t; |