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