2016-05-03 16:15:08 +00:00
|
|
|
/*
|
2017-01-23 06:19:43 +00:00
|
|
|
4coder_table.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.
|
|
|
|
*/
|
2016-05-03 16:15:08 +00:00
|
|
|
|
|
|
|
// TOP
|
|
|
|
|
2017-01-23 06:19:43 +00:00
|
|
|
#if !defined(FCODER_TABLE_H)
|
|
|
|
#define FCODER_TABLE_H
|
|
|
|
|
2019-07-13 00:43:17 +00:00
|
|
|
#error Deprecated file
|
2016-05-03 16:15:08 +00:00
|
|
|
|
2017-01-23 06:19:43 +00:00
|
|
|
#endif
|
|
|
|
|
2016-05-03 16:15:08 +00:00
|
|
|
// BOTTOM
|
|
|
|
|