SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
errors.cpp
Go to the documentation of this file.
1#include "errors.h"
2
3config_error::config_error(const string& msg) : runtime_error(msg) {
4
5}
config_error(const string &msg)
Definition: errors.cpp:3