#ifndef AUTOCOMPLETE_HPP #define AUTOCOMPLETE_HPP #include #include namespace dropshell { void autocomplete(const std::vector &args); void autocomplete_list_commands(); } // namespace dropshell #endif