chore: CRLF to LF
This commit is contained in:
+11
-11
@@ -1,12 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "games/game.h"
|
||||
|
||||
namespace games::pcm {
|
||||
class PCMGame : public Game {
|
||||
public:
|
||||
PCMGame();
|
||||
|
||||
void attach() override;
|
||||
};
|
||||
#pragma once
|
||||
|
||||
#include "games/game.h"
|
||||
|
||||
namespace games::pcm {
|
||||
class PCMGame : public Game {
|
||||
public:
|
||||
PCMGame();
|
||||
|
||||
void attach() override;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user