@ -1,6 +1,8 @@
#ifndef BEARING_H_
#define BEARING_H_
#include <stdint.h>
enum tetris_bearing
{
TETRIS_BEARING_0,
@ -2,6 +2,8 @@
#define BUCKET_H_
#include <stdlib.h>
#include <assert.h>
#include <limits.h>
#include "../../config.h"
#include "piece.h"
@ -4,9 +4,7 @@
#include "../../compat/pgmspace.h"
#include "../../joystick/joystick.h"
#include "../../scrolltext/scrolltext.h"
#include "../../util.h"
#include "bearing.h"
#include "input.h"
#define INPUT_H_
/**
@ -2,6 +2,7 @@
#define TETRIS_PIECE_H_
@ -2,7 +2,6 @@
#define VARIANT_FP_H_
#include "highscore.h"
#include "variants.h"
#define VARIANT_STD_H_
@ -3,7 +3,6 @@
#include "bucket.h"