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