26 lines
1.4 KiB
C
26 lines
1.4 KiB
C
/////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// file: BrainStem-entity.h //
|
|
// //
|
|
/////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// description: BrainStem API's and support. //
|
|
// //
|
|
// //
|
|
/////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// Copyright (c) 2025 Acroname Inc. - All Rights Reserved //
|
|
// //
|
|
// This file is part of the BrainStem release. See the license.txt //
|
|
// file included with this package or go to //
|
|
// https://acroname.com/software/brainstem-development-kit //
|
|
// for full license details. //
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __BrainStem_entity_H__
|
|
#define __BrainStem_entity_H__
|
|
|
|
#include "autoGen_Entity_CPP.h"
|
|
|
|
#endif //__BrainStem_entity_H__
|