X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fcommands.h;h=677f08549a20213ad64a1423e30008cca7d0d6ff;hb=93f9dc354fc1cc72bf1516fcf792f5f5f9f09bf5;hp=e97ec22be67341dbadeb8986d3023c686a437ab1;hpb=107765f0e4b543dfc346851ee5b4605cc17eb1c6;p=xonotic%2Fnetradiant.git diff --git a/radiant/commands.h b/radiant/commands.h index e97ec22b..677f0854 100644 --- a/radiant/commands.h +++ b/radiant/commands.h @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA const Accelerator& GlobalShortcuts_insert(const char* name, const Accelerator& accelerator); -void GlobalShortcuts_register(const char* name); +void GlobalShortcuts_register(const char* name, int type); // 1 = command, 2 = toggle void GlobalShortcuts_reportUnregistered(); class CommandVisitor