You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
403 B

#ifndef COMMON_H
#define COMMON_H
#include <stdint.h>
#include "../../config.h"
15 years ago
#include "../../autoconf.h"
#include "../../compat/eeprom.h"
#include "../../random/prng.h"
15 years ago
#include "../../menu/menu.h"
#include "../../compat/pgmspace.h"
#include "../../pixel.h"
#include "config.h"
#include "playfield.h"
#include "ball.h"
#include "score.h"
#include "level.h"
15 years ago
#include "rebound.h"
#endif /* COMMON_H */