#ifndef MANDEL_OPENCLCODE_H
#define MANDEL_OPENCLCODE_H

namespace mnd
{
    const char* getFixed64_cl();
    const char* getFixed128_cl();
    const char* getFixed512_cl();
}

#endif // MANDEL_OPENCLCODE_H