Whatevers

This commit is contained in:
2022-01-04 09:09:21 -08:00
commit c882f07089
16 changed files with 635 additions and 0 deletions

18
src/libs.h Normal file
View File

@@ -0,0 +1,18 @@
/**
* Copyright (c) 2021 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#ifndef _LIBS_H
#define _LIBS_H
#include <gb/gb.h>
#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>
#endif