tim_library.cpp

Back to Basics of the C++ implementation

tim/core/

#include "tim/core/tim_library.h"
#include "tim/core/mytypes.h"

namespace Tim
{

    namespace
    {

        TIM integer dummyLibraryExporter = 0;

    }

}