summaryrefslogtreecommitdiff
path: root/src/sim86/libs/reference_decoder/sim86.h
blob: 893487b1cd77e817bc2c539d237cd732fc340730 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* ========================================================================

   (C) Copyright 2023 by Molly Rocket, Inc., All Rights Reserved.
   
   This software is provided 'as-is', without any express or implied
   warranty. In no event will the authors be held liable for any damages
   arising from the use of this software.
   
   Please see https://computerenhance.com for more information
   
   ======================================================================== */

#define ArrayCount(Array) (sizeof(Array) / sizeof((Array)[0]))

static u32 const SIM86_VERSION = 4;