Pomme/src/PommeTime.h

7 lines
54 B
C
Raw Normal View History

2020-11-11 20:06:52 +00:00
#pragma once
namespace Pomme::Time
{
void Init();
}