Changing kebab case filenames in source to snake case for consistency

This commit is contained in:
Mason Sciotti
2018-02-27 13:33:00 -08:00
parent 4055565147
commit e8091f5137
9 changed files with 10 additions and 10 deletions

View File

@ -9,7 +9,7 @@
#include <string.h>
#include <time.h>
#include "discord-rpc.h"
#include "discord_rpc.h"
static const char* APPLICATION_ID = "345229890980937739";
static int FrustrationLevel = 0;