cleanup
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
#include "GameState.h"
|
||||
#include "Game.h"
|
||||
|
||||
static const int PORT_ADDRESS = 0x378;
|
||||
static const bool SCREEN_DEBUG = false;
|
||||
|
||||
LightsDriver_LinuxParallel::LightsDriver_LinuxParallel()
|
||||
{
|
||||
// Give port's permissions and reset all bits to zero
|
||||
|
||||
@@ -10,12 +10,9 @@
|
||||
|
||||
#include "LightsDriver.h"
|
||||
|
||||
const int PORT_ADDRESS = 0x378;
|
||||
const bool SCREEN_DEBUG = false;
|
||||
|
||||
class LightsDriver_LinuxParallel : public LightsDriver
|
||||
{
|
||||
public:
|
||||
public:
|
||||
LightsDriver_LinuxParallel();
|
||||
|
||||
virtual ~LightsDriver_LinuxParallel();
|
||||
|
||||
Reference in New Issue
Block a user