mirror of
https://github.com/mkwong98/HDNes.git
synced 2025-04-02 10:32:07 -04:00
8 lines
82 B
C++
8 lines
82 B
C++
#include "corePart.h"
|
|
|
|
corePart::corePart(){
|
|
}
|
|
|
|
corePart::~corePart(){
|
|
}
|
|
|