#pragma once
#ifndef SECTIONMANAGER_H
#define SECTIONMANAGER_H


class SectionManager
{
public:
    SectionManager(void);

    int getNextLevel(double chunkWidth);
};

#endif // SECTIONMANAGER_H