mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
6 lines
56 B
C++
6 lines
56 B
C++
#pragma once
|
|
|
|
namespace Platform {
|
|
bool SetupFonts();
|
|
}
|