Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Atraxus committed Feb 25, 2025
1 parent 22164be commit a3935b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Intern/rayx-ui/src/Application.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#pragma once

#include <optional>

#include "CommandParser.h"
#include "Design/DesignElement.h"
#include "Design/DesignSource.h"
Expand Down
5 changes: 3 additions & 2 deletions Intern/rayx-ui/src/GraphicsCore/Window.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#pragma once

#define GLFW_INCLUDE_VULKAN
#include "GLFW/glfw3.h"
#include <SDL3/SDL_main.h>

#include <vulkan/vulkan.hpp>

struct [[maybe_unused]] Extent2D {
uint32_t width;
Expand Down
2 changes: 1 addition & 1 deletion Intern/rayx-ui/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "Application.h"

int main(int argc, char** argv) {
int main(int argc, char* argv[]) {
// Set locale to C to avoid issues with scanf
std::setlocale(LC_NUMERIC, "C");

Expand Down

0 comments on commit a3935b0

Please sign in to comment.