lxsh/include/profiling.hpp
2023-02-16 16:58:47 +01:00

8 lines
123 B
C++

#ifndef PROFILING_HPP
#define PROFILING_HPP
#include "struc.hpp"
void insert_profiling(_obj* o);
#endif //PROFILING_HPP