/* * projlogging.hpp * * Created on: May 26, 2017 * Author: nullifiedcat */ #ifndef PROJLOGGING_HPP_ #define PROJLOGGING_HPP_ namespace projectile_logging { void Update(); } #endif /* PROJLOGGING_HPP_ */