mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-09 20:25:31 +00:00
fix indentation, now using tabs
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
#include <string>
|
||||
|
||||
namespace RAY {
|
||||
class IRessource {
|
||||
public:
|
||||
virtual ~IRessource() = default;
|
||||
class IRessource {
|
||||
public:
|
||||
virtual ~IRessource() = default;
|
||||
|
||||
virtual bool load(const std::string &filePath) = 0;
|
||||
virtual bool load(const std::string &filePath) = 0;
|
||||
|
||||
virtual bool unload() = 0;
|
||||
};
|
||||
virtual bool unload() = 0;
|
||||
};
|
||||
};
|
||||
|
||||
#endif /* !RESSOURCE_HPP_ */
|
||||
|
||||
Reference in New Issue
Block a user