Skip to content

Commit

Permalink
Terminal Add some namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LDprg committed Mar 21, 2024
1 parent 60e5bf9 commit 17e9834
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
"defines": [],
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/subprojects/bgfx/**/include",
"${workspaceFolder}/subprojects/**/include",
"${workspaceFolder}/subprojects/**/egl",
"${workspaceFolder}/subprojects/**/src",
"${workspaceFolder}/subprojects/JustEnoughMod/subprojects/bgfx/**/include",
"${workspaceFolder}/subprojects/JustEnoughMod/subprojects/**/include",
"${workspaceFolder}/subprojects/JustEnoughMod/pch"
"/nix/store/cmibr2smhda4iby4kj3skq8zai3jw05s-vulkan-headers-1.3.275.0/include/"
],
"intelliSenseMode": "linux-clang-x64",
"name": "Linux"
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"cwctype": "cpp",
"deque": "cpp",
"exception": "cpp",
"expected": "cpp",
"filesystem": "cpp",
"format": "cpp",
"fstream": "cpp",
Expand Down
4 changes: 4 additions & 0 deletions docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

cd ./subprojects/JustEnoughMod/
./docs.sh
2 changes: 1 addition & 1 deletion src/CorePlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

using namespace JEM;

class CorePlugin : public Plugin {
class CorePlugin : public Plugin::Plugin {
public:
[[nodiscard]] constexpr auto getPluginName() -> const char * override {
return "JustEnoughModCore";
Expand Down

0 comments on commit 17e9834

Please sign in to comment.