8 lines
123 B
C++
8 lines
123 B
C++
#ifndef PROFILING_HPP
|
|
#define PROFILING_HPP
|
|
|
|
#include "struc.hpp"
|
|
|
|
void insert_profiling(_obj* o);
|
|
|
|
#endif //PROFILING_HPP
|