This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
2017-11-13 09:41:53 +03:00

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_ */