mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
6 lines
56 B
C++
6 lines
56 B
C++
#pragma once
|
|
|
|
namespace Platform {
|
|
bool SetupFonts();
|
|
}
|