diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 15:02:57 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 15:02:57 +0100 |
commit | 953f18fe681a2f120dab5be9e9884bf35765e21e (patch) | |
tree | d0cc4812c2f8c95a773e938bf7c3576af40cd98d /frontend/rl.h | |
parent | 3562802cacc8dbd0c155146acfdb8d04c6440009 (diff) |
more WIP (command handling moved to player)
Diffstat (limited to 'frontend/rl.h')
-rw-r--r-- | frontend/rl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/rl.h b/frontend/rl.h new file mode 100644 index 0000000..048460b --- /dev/null +++ b/frontend/rl.h @@ -0,0 +1,6 @@ +#pragma once + +#include <string> + +std::string rl(); + |