lsnes/phoenix/reference/widget/hex-edit.cpp
2013-05-03 17:47:34 +03:00

17 lines
248 B
C++
Executable file

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() {
}