mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
9 lines
93 B
C++
9 lines
93 B
C++
#ifndef MXPALETTE_H
|
|
#define MXPALETTE_H
|
|
|
|
class MxPalette
|
|
{
|
|
public:
|
|
};
|
|
|
|
#endif // MXPALETTE_H
|