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

23
src/main.h Normal file
View File

@@ -0,0 +1,23 @@
/**
* Copyright (c) 2022 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "libs.h"
#include "time.h"
#include "display/common.h"
#include "display/tilemap.h"
#include "poker/poker.h"
#include "conversation/pause.h"
#include "conversation/queue.h"
#include "conversation/textbox.h"
#define GB_BACKGROUND_COLUMNS 0x20
#define GB_BACKGROUND_ROWS 0x20
void main();