Bruh? 😳
This commit is contained in:
16
src/conversation/queue.h
Normal file
16
src/conversation/queue.h
Normal 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();
|
Reference in New Issue
Block a user