bsnes/ananke/phoenix/reference/widget/hex-edit.cpp

18 lines
248 B
C++

void pHexEdit::setColumns(unsigned columns) {
}
void pHexEdit::setLength(unsigned length) {
}
void pHexEdit::setOffset(unsigned offset) {
}
void pHexEdit::setRows(unsigned rows) {
}
void pHexEdit::update() {
}
void pHexEdit::constructor() {
}