mirror of https://github.com/bsnes-emu/bsnes.git
10 lines
105 B
C++
10 lines
105 B
C++
|
uint32_t* pCanvas::buffer() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
void pCanvas::update() {
|
||
|
}
|
||
|
|
||
|
void pCanvas::constructor() {
|
||
|
}
|