// Copyright 2013 Dolphin Emulator Project // Licensed under GPLv2 // Refer to the license.txt file included. // Simple debugging console currently residing in the Logging window. Not used much. #ifndef _CONSOLE_H #define _CONSOLE_H void Console_Submit(const char *cmd); #endif