![]() |
Cytopia
0.3
A city building simulation game
|
#include <Filesystem.hxx>
#include <Settings.hxx>
#include <LOG.hxx>
#include <fstream>
#include "compression.hxx"
#include <SDL.h>
Go to the source code of this file.
Namespaces | |
fs | |
Functions | |
template<typename Callback > | |
void | forEachFileType (fs::path &&path, std::string &&extension, Callback callback) |
void forEachFileType | ( | fs::path && | path, |
std::string && | extension, | ||
Callback | callback | ||
) |
Definition at line 26 of file Filesystem.cxx.