6 lines
97 B
C
6 lines
97 B
C
#pragma once
|
|
#include "basic.h"
|
|
#include <fstream>
|
|
|
|
string load_file_to_string(string filepath);
|