xmake.repo/packages/n/noesis/latest/Include/NsGui/CachedFontProviderApi.h

20 lines
546 B
C
Raw Normal View History

2024-12-22 19:15:02 +08:00
////////////////////////////////////////////////////////////////////////////////////////////////////
// NoesisGUI - http://www.noesisengine.com
// Copyright (c) 2013 Noesis Technologies S.L. All Rights Reserved.
////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef __GUI_CACHEDFONTPROVIDERAPI_H__
#define __GUI_CACHEDFONTPROVIDERAPI_H__
#include <NsCore/CompilerSettings.h>
#ifndef NS_GUI_CACHEDFONTPROVIDER_API
#define NS_GUI_CACHEDFONTPROVIDER_API NS_DLL_IMPORT
#endif
#endif