Pomme/src/PommeInput.h

7 lines
55 B
C
Raw Normal View History

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