#ifndef DEBUG_H
#define DEBUG_H

#include "bool.h"

const DEBUG = FALSE;

#endif


