13 lines
328 B
C
13 lines
328 B
C
/**
|
|
* Copyright (c) 2024 Dominic Masters
|
|
*
|
|
* This software is released under the MIT License.
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "conversation.h"
|
|
|
|
uint16_t conversationTestInit(conversation_t *convo, const uint16_t i);
|
|
uint16_t conversationTestUpdate(conversation_t *convo, const uint16_t i); |