mirror of
https://github.com/liuk7071/ChonkyStation.git
synced 2025-04-02 10:52:38 -04:00
8 lines
77 B
C++
8 lines
77 B
C++
#pragma once
|
|
|
|
namespace Zep
|
|
{
|
|
const float DemoFontPtSize = 14.0f;
|
|
} // Zep
|
|
|
|
|