jGL
Loading...
Searching...
No Matches
warning.h
Go to the documentation of this file.
1#ifndef WARNING
2#define WARNING
3
4#include <jLog/jLog.h>
5#include <string>
6
7void TODO(std::string context);
8
9#endif /* WARNING */
void TODO(std::string context)
Definition warning.cpp:3