This repository has been archived on 2023-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
mine-sweep-SDL2/include/pch.hpp

7 lines
85 B
C++

#pragma once
#include "SDL.h"
#include <string>
#include <memory>
#include <random>