Level 3 palette lookup

This commit is contained in:
Dan Paulat 2022-04-07 21:28:05 -05:00
parent 039b2b3d8e
commit 711993362c
2 changed files with 30 additions and 0 deletions

View file

@ -44,5 +44,7 @@ const std::string& GetLevel2Description(Level2Product product);
const std::string& GetLevel2Palette(Level2Product product);
Level2Product GetLevel2Product(const std::string& name);
const std::string& GetLevel3Palette(int16_t productCode);
} // namespace common
} // namespace scwx