Skip to content

Commit

Permalink
[code] Rename inexor_application
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Apr 22, 2020
1 parent 6602817 commit 8f23b04
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "inexor/vulkan-renderer/inexor_application.hpp"
#include "inexor/vulkan-renderer/application.hpp"

#include <spdlog/async.h>
#include <spdlog/sinks/basic_file_sink.h>
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ add_library(
vulkan-renderer/fps_counter.cpp
vulkan-renderer/gpu_info.cpp
vulkan-renderer/gpu_queue_manager.cpp
vulkan-renderer/inexor_application.cpp
vulkan-renderer/application.cpp
vulkan-renderer/mesh_buffer_manager.cpp
vulkan-renderer/semaphore_manager.cpp
vulkan-renderer/settings_decision_maker.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "inexor/vulkan-renderer/inexor_application.hpp"
#include "inexor/vulkan-renderer/application.hpp"

namespace inexor::vulkan_renderer {

Expand Down

0 comments on commit 8f23b04

Please sign in to comment.