h2-mod/deps/sol2/examples/interop/tolua/source/Player.pkg
2024-03-07 03:33:59 -05:00

9 lines
123 B
Plaintext

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