[F] Fixed c++ support
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
/*****************************************************************************
|
||||
* CELL
|
||||
* ***************************************************************************/
|
||||
|
||||
fort_cell_t * create_cell();
|
||||
|
||||
|
||||
|
@@ -6,6 +6,7 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include "fort.h"
|
||||
|
||||
#define FORT_COL_SEPARATOR '|'
|
||||
|
||||
|
@@ -5,18 +5,18 @@
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
|
||||
enum TextAlignment
|
||||
{
|
||||
LeftAligned,
|
||||
CenterAligned,
|
||||
RightAligned
|
||||
};
|
||||
//enum TextAlignment
|
||||
//{
|
||||
// LeftAligned,
|
||||
// CenterAligned,
|
||||
// RightAligned
|
||||
//};
|
||||
|
||||
enum RowType
|
||||
{
|
||||
Common,
|
||||
Header
|
||||
};
|
||||
//enum RowType
|
||||
//{
|
||||
// Common,
|
||||
// Header
|
||||
//};
|
||||
|
||||
|
||||
struct fort_column_options
|
||||
|
Reference in New Issue
Block a user