2022-05-19 01:51:26 -07:00
|
|
|
#ifndef GAME_PALETTE_H
|
|
|
|
#define GAME_PALETTE_H
|
|
|
|
|
2022-09-23 05:43:44 -07:00
|
|
|
namespace fallout {
|
|
|
|
|
2022-05-19 01:51:26 -07:00
|
|
|
int _HighRGB_(int a1);
|
|
|
|
|
2022-09-23 05:43:44 -07:00
|
|
|
} // namespace fallout
|
|
|
|
|
2022-05-19 01:51:26 -07:00
|
|
|
#endif /* GAME_PALETTE_H */
|