rename .hpp to .h

This commit is contained in:
fancy
2020-05-18 04:25:57 +08:00
committed by fancy
parent 619fcaae8e
commit 051742eef1
19 changed files with 146 additions and 166 deletions

View File

@@ -1,4 +1,5 @@
#include "common.hpp"
#include "common.h"
#include <regex>
bool enable_debug = false;