Page MenuHomec4science

global.h
No OneTemporary

File Metadata

Created
Sun, Jul 13, 18:47

global.h

/*
* global.h
*
* Created on: Jun 25, 2018
* Author: vachoux
*/
#ifndef SRC_GLOBAL_H_
#define SRC_GLOBAL_H_
#include <string>
#include <iostream>
void info_msg (std::string msg, bool header = true);
void err_msg (std::string msg, bool header = true);
#endif /* SRC_GLOBAL_H_ */

Event Timeline