From 950a74dff11049b963941974f07fe19c4f4b50cb Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Sat, 3 Apr 2021 01:06:29 -0700 Subject: [PATCH] :bug: forgot header --- README.md | 44 +++++++++++++++++++++++++++----------------- include/bank.hpp | 1 + 2 files changed, 28 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 04de066..bb43d25 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # CCash-2.0 + A complete simplification and improvement to the CCash project. A webserver hosting a bank system for Minecraft, able to be used from web browser or from CC/OC if you're playing modded. #### Build + ``` git clone --recurse-submodule https://github.com/EntireTwix/CCash-2.0/ mkdir build @@ -12,26 +14,34 @@ sudo ./bank +#include #include "parallel-hashmap/parallel_hashmap/phmap.h" #include "user.hpp"