Pomme/src/PommeInput.h
2020-11-13 22:45:44 +01:00

7 lines
55 B
C++

#pragma once
namespace Pomme::Input
{
void Init();
}