mirror of https://github.com/bsnes-emu/bsnes.git
7 lines
81 B
C++
7 lines
81 B
C++
|
uintptr_t pViewport::handle() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
void pViewport::constructor() {
|
||
|
}
|