DEBSOURCES
Skip Quicknav
sources / sol2 / 3.5.0-2 / examples / interop / tolua / source / Player.pkg
12345678
$#include "Player.h" class Player { Player(); ~Player(); void setHealth(int _health); int getHealth(); };