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