Made strings a bit better.

This commit is contained in:
2022-01-09 10:18:45 -08:00
parent d9281cffe2
commit 29215a3b6f
10 changed files with 59 additions and 53 deletions

View File

@@ -7,10 +7,12 @@
#pragma once
#include "../libs.h"
#include "HELLO.h"
#include "POKER_GAME_START.h"
#include "STRINGS.h"
extern uint16_t QUEUE_ITEM;
#define QUEUE_BEGIN 10
#define QUEUE_TAKE_BLINDS 20
void conversationQueueInit();
void conversationQueueNext();