mirror of
https://github.com/fluencelabs/c-template
synced 2025-04-24 22:22:13 +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
|