chore: CRLF to LF
This commit is contained in:
+20
-20
@@ -1,20 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "cfg/api.h"
|
||||
|
||||
namespace games::pcm {
|
||||
namespace Buttons {
|
||||
enum {
|
||||
Service,
|
||||
Test,
|
||||
Insert1000YenBill,
|
||||
Insert2000YenBill,
|
||||
Insert5000YenBill,
|
||||
Insert10000YenBill,
|
||||
};
|
||||
}
|
||||
|
||||
std::vector <Button> &get_buttons();
|
||||
};
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "cfg/api.h"
|
||||
|
||||
namespace games::pcm {
|
||||
namespace Buttons {
|
||||
enum {
|
||||
Service,
|
||||
Test,
|
||||
Insert1000YenBill,
|
||||
Insert2000YenBill,
|
||||
Insert5000YenBill,
|
||||
Insert10000YenBill,
|
||||
};
|
||||
}
|
||||
|
||||
std::vector <Button> &get_buttons();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user