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