Bruh? 😳

This commit is contained in:
2022-01-08 21:44:02 -08:00
parent 36ad463505
commit c426d0e929
21 changed files with 445 additions and 46 deletions

16
src/conversation/queue.h Normal file
View File

@@ -0,0 +1,16 @@
/**
* Copyright (c) 2022 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "../libs.h"
#include "HELLO.h"
#include "POKER_GAME_START.h"
extern uint16_t QUEUE_ITEM;
void conversationQueueInit();
void conversationQueueNext();