replace all windows api types
This commit is contained in:
@@ -11,13 +11,13 @@ private:
|
||||
public:
|
||||
static void staticCtor();
|
||||
|
||||
ColourTable(PBYTE pbData, DWORD dwLength);
|
||||
ColourTable(ColourTable *defaultColours, PBYTE pbData, DWORD dwLength);
|
||||
ColourTable(uint8_t* pbData, unsigned long dwLength);
|
||||
ColourTable(ColourTable *defaultColours, uint8_t* pbData, unsigned long dwLength);
|
||||
|
||||
unsigned int getColour(eMinecraftColour id);
|
||||
unsigned int getColor(eMinecraftColour id) { return getColour(id); }
|
||||
|
||||
void loadColoursFromData(PBYTE pbData, DWORD dwLength);
|
||||
void loadColoursFromData(uint8_t* pbData, unsigned long dwLength);
|
||||
void setColour(const wstring &colourName, int value);
|
||||
void setColour(const wstring &colourName, const wstring &value);
|
||||
};
|
||||
Reference in New Issue
Block a user