SPN C++ Bot Framework
Loading...
Searching...
No Matches
usercode.h
1#pragma once
2
3#include "bot_api.h"
4
5bool init(Api *api);
6bool step(Api *api);
A class providing a simplified API for the Bots.
Definition: bot_api.h:20