Uranus
1.0.1.0
Uranus is a GameEngine written in C++
Loading...
Searching...
No Matches
Keyboard.hpp
1
/*
2
** EPITECH PROJECT, 2023
3
** Keyboard.hpp
4
** File description:
5
** Keyboard.hpp
6
*/
7
8
#ifndef URANUS_KEYBOARD_HPP
9
#define URANUS_KEYBOARD_HPP
10
11
#include "Dependencies.hpp"
12
13
namespace
engine {
14
class
Keyboard
:
public
sf::Keyboard {};
15
}
// namespace engine
16
17
#endif
// URANUS_KEYBOARD_HPP
engine::Keyboard
Definition:
Keyboard.hpp:14
include
uranus
engine
Keyboard.hpp
Generated by
1.9.5