mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
6 lines
128 B
C
6 lines
128 B
C
#pragma once
|
|
#include "djui.h"
|
|
|
|
extern bool gPanelLanguageOnStartup;
|
|
|
|
void djui_panel_language_create(struct DjuiBase* caller);
|