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