mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
11 lines
149 B
C++
11 lines
149 B
C++
// even lower than FTx classes...
|
|
#ifndef MAPLEDEVICE_H
|
|
#define MAPLEDEVICE_H
|
|
|
|
class MapleDevice
|
|
{
|
|
public
|
|
MapleDevice();
|
|
};
|
|
|
|
#endif //MAPLEDEVICE_H
|