chore: CRLF to LF
This commit is contained in:
+21
-21
@@ -1,21 +1,21 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include "cfg/api.h"
|
||||
|
||||
namespace games::mfc {
|
||||
namespace Buttons {
|
||||
enum {
|
||||
Select,
|
||||
Service,
|
||||
Test,
|
||||
Coin,
|
||||
JoystickUp,
|
||||
JoystickDown,
|
||||
JoystickStart,
|
||||
};
|
||||
}
|
||||
|
||||
// getters
|
||||
std::vector<Button> &get_buttons();
|
||||
}
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include "cfg/api.h"
|
||||
|
||||
namespace games::mfc {
|
||||
namespace Buttons {
|
||||
enum {
|
||||
Select,
|
||||
Service,
|
||||
Test,
|
||||
Coin,
|
||||
JoystickUp,
|
||||
JoystickDown,
|
||||
JoystickStart,
|
||||
};
|
||||
}
|
||||
|
||||
// getters
|
||||
std::vector<Button> &get_buttons();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user