Fission FSN
Loading...
Searching...
No Matches
fsBreak.h
Go to the documentation of this file.
1/********************************************************************
2*
3* Created: 9/2/2014 10:36
4*
5* File: fsBreak.h
6*
7* Author: Mick Waites
8*
9* Purpose: Breakpoints set by code
10*
11*********************************************************************/
12
13#ifndef fsBreakhdr
14#define fsBreakhdr
15
16#include "../../fsPlatform.h"
17
18#if defined fsFRAMEWORK_CX
20#elif defined fsFRAMEWORK_AX
22#elif defined fsFRAMEWORK_MG
24#elif defined fsFRAMEWORK_RL
26#elif defined fsFRAMEWORK_BF
28#else
29 #error Unhandled platform.
30#endif
31
32#endif