mirror of https://github.com/bsnes-emu/bsnes.git
22 lines
272 B
C++
22 lines
272 B
C++
|
namespace phoenix {
|
||
|
|
||
|
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() {
|
||
|
}
|
||
|
|
||
|
}
|