Skip to content
Permalink
Tree: 67668987fe
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
10 lines (6 sloc) 145 Bytes
#ifndef TUTORIAL_H
#define TUTORIAL_H
#include "json.h"
void load_tutorial_messages( JsonObject &jo );
void clear_tutorial_messages();
#endif
You can’t perform that action at this time.