#pragma once #include namespace am { HMODULE load_system_library(const char *name); void free_system_library(HMODULE handle); } // namespace am