change cmakelists and gitignore, commit third librarys source
This commit is contained in:
9
include/UtilTool.h
Normal file
9
include/UtilTool.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
#include <array>
|
||||
|
||||
class UtilTool
|
||||
{
|
||||
public:
|
||||
constexpr static std::array<std::string, 2> ImageType{"jpg","png"};
|
||||
static bool CheckFileIsImage(const std::string& filename);
|
||||
};
|
||||
Reference in New Issue
Block a user