mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-10-16 01:03:37 -04:00
generally transplanted FA2sp image handling logic, but still WIP
TODO: Fix palette background issue. Fix voxel handling .
This commit is contained in:
parent
981059c2b4
commit
800cd951b6
17 changed files with 1058 additions and 1163 deletions
|
@ -4,6 +4,8 @@
|
|||
#include <map>
|
||||
#include "MissionEditorPackLib.h"
|
||||
|
||||
class CLoading;
|
||||
|
||||
struct BGRStruct
|
||||
{
|
||||
unsigned char B, G, R, Zero;
|
||||
|
@ -39,6 +41,8 @@ public:
|
|||
ret.blue = tmp.B;
|
||||
return ret;
|
||||
}
|
||||
const BGRStruct* GetData() const { return Data; }
|
||||
|
||||
private:
|
||||
BGRStruct Data[256];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue