mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-24 17:02:55 +02:00
delete UTF-8 BOMs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Favorite.h"
|
||||
#include "Favorite.h"
|
||||
#include <algorithm>
|
||||
|
||||
std::vector<std::string> *favoritesList;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#ifndef FAVORITE_H
|
||||
#ifndef FAVORITE_H
|
||||
#define FAVORITE_H
|
||||
|
||||
#include <string>
|
||||
@@ -13,4 +13,4 @@ public:
|
||||
void SetFavoritesList(std::vector<std::string> favoritesList);
|
||||
bool IsFavorite(std::string identifier);
|
||||
};
|
||||
#endif //FAVORITE_H
|
||||
#endif //FAVORITE_H
|
||||
|
Reference in New Issue
Block a user