Changing kebab case filenames in source to snake case for consistency
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "serialization.h"
|
||||
#include "connection.h"
|
||||
#include "discord-rpc.h"
|
||||
#include "discord_rpc.h"
|
||||
|
||||
template <typename T>
|
||||
void NumberToString(char* dest, T number)
|
||||
|
Reference in New Issue
Block a user