From 6cd00aacfa22fed6a54a9b812f6b069ad16feec0 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 22:24:42 +0500 Subject: Move game sources into src subdirectory --- core/cmdline.hh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 core/cmdline.hh (limited to 'core/cmdline.hh') diff --git a/core/cmdline.hh b/core/cmdline.hh deleted file mode 100644 index 8441a44..0000000 --- a/core/cmdline.hh +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef CORE_CMDLINE_HH -#define CORE_CMDLINE_HH 1 -#pragma once - -namespace cmdline -{ -void create(int argc, char** argv); -void insert(const char* option, const char* argument = nullptr); -const char* get(const char* option, const char* fallback = nullptr); -bool contains(const char* option); -} // namespace cmdline - -#endif /* CORE_CMDLINE_HH */ -- cgit