Skip to content

Commit

Permalink
Add assets dir
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyJazz committed Dec 26, 2023
1 parent 03c7485 commit b1bfc1c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ cmake-build-*
.vs
vcpkg_installed
imgui.ini
assets
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "external/grassland"]
path = external/grassland
url = https://github.com/LazyJazz/grassland.git
[submodule "assets"]
path = assets
url = [email protected]:LazyJazz/GameXAssets.git
1 change: 1 addition & 0 deletions assets
Submodule assets added at 0ca457
2 changes: 2 additions & 0 deletions src/GameX/application/application.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ class Application {
std::unique_ptr<Graphics::Renderer> renderer_;
};
} // namespace GameX::Base

#include "GameX/renderer/model.inl"
2 changes: 0 additions & 2 deletions src/GameX/renderer/renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,3 @@ class Renderer {
std::unique_ptr<class RenderPipeline> render_pipeline_;
};
} // namespace GameX::Graphics

#include "GameX/renderer/model.inl"

0 comments on commit b1bfc1c

Please sign in to comment.