Reformatted Standard Headers to be at the start

This commit is contained in:
Rebekah 2024-07-14 10:18:12 -04:00
parent 98aee1a086
commit d2db091873
Signed by: oneechanhax
GPG Key ID: 0074BF373B812798

View File

@ -17,6 +17,12 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include <iostream>
#include <memory>
#include <vector>
#include <string_view>
#include <set>
#define VULKAN_HPP_NO_CONSTRUCTORS
#include <vulkan/vulkan_raii.hpp>
#include <SDL2/SDL.h>
@ -30,12 +36,6 @@
#include <embed_resources.hpp>
#include <iostream>
#include <memory>
#include <vector>
#include <string_view>
#include <set>
static constexpr bool fatal_errors = true; // keep this true for tests
#define ENABLE_VULKAN_VALIDATION true