#pragma once #include "stdint.h" /* ============================================================================= vsetpal.c -- global variables ============================================================================= */ extern int16_t dfltpal[16][3]; /* ============================================================================= vsetpal.c -- global functions ============================================================================= */ extern void vsetpal(uint16_t slot, uint16_t red, uint16_t grn, uint16_t blu); extern void vsndpal(int16_t pp[16][3]);