Mikemon/src/load_entire_file.h
mikeb c9a741df87 create window, added directx rendering, assets folder: shader, load files, include math, log and string header
git-svn-id: svn://ammerhai.com/home/mike/pokemon_repo@2 24008968-59e6-ed4c-a10b-0b2c954b24ab
2021-02-23 18:18:32 +00:00

4 lines
85 B
C

#pragma once
#include "m_string.h"
String load_entire_file(const char* filename);