AsloEngine/asloengine/keyboard.cpp
2019-08-29 18:42:28 +02:00

8 lines
No EOL
102 B
C++
Executable file

#include "headers/keyboard.hpp"
namespace asloengine
{
sf::Uint32 Keyboard::entered_text = 0;
}