mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
10 lines
93 B
C++
10 lines
93 B
C++
#ifndef MXPALETTE_H
|
|
#define MXPALETTE_H
|
|
|
|
class MxPalette
|
|
{
|
|
public:
|
|
};
|
|
|
|
#endif // MXPALETTE_H
|