4coder/4coder_lib/4coder_arena.h

21 lines
372 B
C
Raw Normal View History

2018-08-18 08:16:52 +00:00
/*
4coder_arena.h - Preversioning
no warranty implied; use at your own risk
This software is in the public domain. Where that dedication is not
recognized, you are granted a perpetual, irrevocable license to copy,
distribute, and modify this file as you see fit.
*/
// TOP
#if !defined(FCODER_ARENA_H)
#define FCODER_ARENA_H
2019-07-13 00:43:17 +00:00
#error Deprecated file
2018-08-18 08:16:52 +00:00
2019-06-01 23:58:28 +00:00
#endif
2018-08-18 08:16:52 +00:00
// BOTTOM