osrm-backend/third_party/sol2/examples/interop/tolua/Player.pkg

9 lines
123 B
Plaintext
Raw Normal View History

2020-11-18 19:01:43 -05:00
$#include "Player.h"
class Player {
Player();
~Player();
void setHealth(int _health);
int getHealth();
};