14 lines
167 B
C++
14 lines
167 B
C++
/*
|
|
* dump.hpp
|
|
*
|
|
* Created on: May 13, 2017
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#ifndef DUMP_HPP_
|
|
#define DUMP_HPP_
|
|
|
|
void PerformClassDump();
|
|
|
|
#endif /* DUMP_HPP_ */
|