/* ============================================================================= cg2.c -- external declarations ============================================================================= */ #pragma once #include "stdint.h" /* ============================================================================= external variables ============================================================================= */ extern int16_t cg_rows; extern int16_t cgtable[12][256];