sol2/examples/interop/tolua/Player.pkg
2018-02-10 16:24:17 -05:00

9 lines
123 B
Plaintext

$#include "Player.h"
class Player {
Player();
~Player();
void setHealth(int _health);
int getHealth();
};