mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Remove obsolete set_console_msg_color
function declaration
This commit is contained in:
parent
c8ea372d98
commit
2c0acb4590
|
@ -2505,15 +2505,6 @@ int secure_rand();
|
|||
*/
|
||||
int secure_rand_below(int below);
|
||||
|
||||
/*
|
||||
Function: set_console_msg_color
|
||||
Sets the console color.
|
||||
|
||||
Parameters:
|
||||
rgb - If NULL it will reset the console color to default, else it will transform the rgb color to a console color
|
||||
*/
|
||||
void set_console_msg_color(const void *rgbvoid);
|
||||
|
||||
/*
|
||||
Function: os_version_str
|
||||
Returns a human-readable version string of the operating system
|
||||
|
|
Loading…
Reference in a new issue