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