mirror of https://github.com/bsnes-emu/bsnes.git
31 lines
409 B
C++
31 lines
409 B
C++
namespace phoenix {
|
|
|
|
void pHexEdit::setBackgroundColor(Color color) {
|
|
}
|
|
|
|
void pHexEdit::setColumns(unsigned columns) {
|
|
}
|
|
|
|
void pHexEdit::setForegroundColor(Color color) {
|
|
}
|
|
|
|
void pHexEdit::setLength(unsigned length) {
|
|
}
|
|
|
|
void pHexEdit::setOffset(unsigned offset) {
|
|
}
|
|
|
|
void pHexEdit::setRows(unsigned rows) {
|
|
}
|
|
|
|
void pHexEdit::update() {
|
|
}
|
|
|
|
void pHexEdit::constructor() {
|
|
}
|
|
|
|
void pHexEdit::destructor() {
|
|
}
|
|
|
|
}
|