#pragma once #include "Betriebssystem.h" namespace Framework { DLLEXPORT void throwOutOfRange( const char *file, const char *line, int index, int count ); };