diff options
| author | BossCode45 <boss@tehbox.org> | 2025-05-06 18:00:13 +1200 |
|---|---|---|
| committer | BossCode45 <boss@tehbox.org> | 2025-05-06 18:00:13 +1200 |
| commit | ecc333d03abe308ce47c05345f8f90ae6a01b215 (patch) | |
| tree | 6aa4cc449bf9289c2ac8414931f8a536299c4490 /src/commands.h | |
| parent | d1d4a63d4473cd4910b678cf5b385f622186fbd3 (diff) | |
| parent | bc9c5f43f5c8108c3d617716b2c3aeaf553a03e3 (diff) | |
| download | YATwm-ecc333d03abe308ce47c05345f8f90ae6a01b215.tar.gz YATwm-ecc333d03abe308ce47c05345f8f90ae6a01b215.zip | |
Merge branch 'nix'
Diffstat (limited to 'src/commands.h')
| -rw-r--r-- | src/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index af4a4a0..4825f1c 100644 --- a/src/commands.h +++ b/src/commands.h @@ -52,6 +52,8 @@ private: std::vector<std::string> splitCommand(std::string command); CommandArg* getCommandArgs(std::vector<std::string>& args, const CommandArgType* argTypes, const int argc); const void echo(const CommandArg* argv); + const void loadFile(const CommandArg* argv); + std::string cwd; public: CommandsModule(); ~CommandsModule(); |
