mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
17 lines
248 B
C++
Executable file
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() {
|
|
}
|