improve C header compatibility
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
a029b95a10
commit
71b2fee6a6
9 changed files with 151 additions and 165 deletions
|
|
@ -1,14 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include <ikarus/errors.h>
|
||||
#include <ikarus/macros.h>
|
||||
#include <ikarus/stdtypes.h>
|
||||
|
||||
/// \file data.h
|
||||
/// \author Folling <mail@folling.io>
|
||||
|
||||
/// \addtogroup values Values
|
||||
|
||||
#include <ikarus/errors.h>
|
||||
#include <ikarus/macros.h>
|
||||
#include <ikarus/stdtypes.h>
|
||||
|
||||
IKARUS_BEGIN_HEADER
|
||||
|
||||
/// \brief Data stores the actual information of a value.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue