Wizard Engine
2D cross-platform game engine built around SDL2
 
Loading...
Searching...
No Matches
export.hpp File Reference

Export header of the Wizard Engine. More...

#include <cmath>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <algorithm>
#include <array>
#include <exception>
#include <filesystem>
#include <functional>
#include <limits>
#include <memory>
#include <optional>
#include <random>
#include <string>
#include <tuple>
#include <type_traits>
#include <unordered_map>
#include <utility>
#include <vector>
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_mixer.h>
#include <SDL2/SDL_net.h>
#include <SDL2/SDL_ttf.h>

Go to the source code of this file.

Namespaces

namespace  wze
 Wizard Engine.
 

Detailed Description

Export header of the Wizard Engine.

See also
wizard_engine.hpp

Definition in file export.hpp.