DEBSOURCES
Skip Quicknav
sources / libclang-perl / 0.09-6 / t / fragments / person.cpp
12345678910
#include "person.h" Person::Person(int age, int id){ this->age = age; this->id = id; } void Person::walk(int distance, float angle){ }