Coding style

This commit is contained in:
AnonymusRaccoon
2020-03-12 18:27:20 +01:00
parent 576221a8e2
commit 54ff5a1b06
55 changed files with 979 additions and 954 deletions
+9 -6
View File
@@ -1,6 +1,9 @@
//
// Created by anonymus-raccoon on 3/9/20.
//
/*
** EPITECH PROJECT, 2020
** My3D
** File description:
** keybindings
*/
#ifndef _KEYBINDINGS_H_
#define _KEYBINDINGS_H_
@@ -9,13 +12,13 @@
typedef enum gc_keybindings
{
ESCAPE = sfKeyEscape
ESCAPE = sfKeyEscape
} gc_keybindings;
typedef enum gc_mousekeys
{
GC_LEFT,
GC_RIGHT
GC_LEFT,
GC_RIGHT
} gc_mousekeys;
#endif //_KEYBINDINGS_H_