game/src/Error.cpp

4 lines
96 B
C++

#include "Error.h"
#include <string>
Error::Error(std::string location) { object = location; }