mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-21 21:40:32 -04:00
a6f059827b
* Game ABI / headers refactoring * Delete dusk/imgui.h
14 lines
187 B
C
14 lines
187 B
C
#pragma once
|
|
|
|
#if TARGET_PC
|
|
#define DUSK_AUDIO_DISABLED 0
|
|
#else
|
|
#define DUSK_AUDIO_DISABLED 0
|
|
#endif
|
|
|
|
#if TARGET_PC
|
|
#define DUSK_AUDIO_SKIP(...)
|
|
#else
|
|
#define DUSK_AUDIO_SKIP(...)
|
|
#endif
|