forked from OpenGamers/abaddon
6 lines
56 B
C++
6 lines
56 B
C++
#pragma once
|
|
|
|
namespace Platform {
|
|
bool SetupFonts();
|
|
}
|