sol2/examples/interop/tolua/Player.pkg

9 lines
123 B
Plaintext
Raw Normal View History

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