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