Preparing things
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
/// Contains the data needed to manage the controls of the player.
|
||||
pub struct Controls {
|
||||
|
||||
}
|
||||
|
||||
impl Controls {
|
||||
/// Creates the default controls.
|
||||
pub fn new() -> Controls {
|
||||
Controls {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user