orca/sdk/orca.h

15 lines
307 B
C

/************************************************************//**
*
* @file: orca.h
* @author: Martin Fouilleul
* @date: 13/04/2023
*
*****************************************************************/
#ifndef __ORCA_H_
#define __ORCA_H_
#include"util/typedefs.h"
#include"util/lists.h"
#endif //__ORCA_H_