Skip to content

File NPFunction.h

File List > core > NPFunction.h

Go to the documentation of this file

#ifndef NPFunction_h
#define NPFunction_h

#include <string>
namespace nptool {
  // integer to ascii
  std::string itoa(const int&);

  // send a formated message
  void message(std::string color, std::string plugin, std::string tclass, std::string mess, bool prog = false);
} // namespace nptool
#endif