mirror of
https://github.com/fluencelabs/c-template
synced 2025-04-25 06:32:14 +00:00
9 lines
148 B
C
9 lines
148 B
C
|
#ifndef FLUENCE_C_SDK_H
|
||
|
#define FLUENCE_C_SDK_H
|
||
|
|
||
|
#include "allocator.h"
|
||
|
#include "logger.h"
|
||
|
#include "side_module_api.h"
|
||
|
|
||
|
#endif // FLUENCE_C_SDK_H
|