]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/commands.h
radiant: use the same shortcuts.ini file for all games
[xonotic/netradiant.git] / radiant / commands.h
index 8c6b9f19063e1a9d272e34c80c654214f1bdb4ae..9e0e9059f4d491afd105cb029f9f3210d58d6163 100644 (file)
@@ -47,8 +47,8 @@ const KeyEvent& GlobalKeyEvents_find( const char* name );
 
 void DoCommandListDlg();
 
-void LoadCommandMap( const char* path );
-void SaveCommandMap( const char* path );
+void LoadCommandMap();
+void SaveCommandMap();
 
 
 #endif