prime/include/Kyoto/Math/CColor.hpp
Luke Street 03357b2acd Begin decompiling CCameraFilterPass::DrawWideScreen
Former-commit-id: 44d675d87dede70d42dee8baa34d4ef52bef7921
2022-07-02 01:30:11 -04:00

15 lines
151 B
C++

#ifndef __CCOLOR_HPP__
#define __CCOLOR_HPP__
#include "types.h"
class CColor {
public:
u8 r;
u8 g;
u8 b;
u8 a;
};
#endif // __CCOLOR_HPP__