#ifndef OPTIMISER_H #define OPTIMISER_H namespace Optimiser { bool initialise(void); bool optimiseCode(void); } #endif