DEBSOURCES
Skip Quicknav
sources / storm-lang / 0.7.5-1 / Shared / LibData.cpp
12345678
#include "stdafx.h" #include "LibData.h" void *createLibData(storm::Engine &e) { return null; } void destroyLibData(void *data) {}