20 lines
299 B
C++
20 lines
299 B
C++
// Generated by imageconverter. Please, do not edit!
|
|
|
|
#include <images/SVGDatabase.hpp>
|
|
|
|
using namespace touchgfx;
|
|
|
|
|
|
namespace SVGDatabase
|
|
{
|
|
const touchgfx::VGObject* getInstance()
|
|
{
|
|
return (const touchgfx::VGObject*)0;
|
|
}
|
|
|
|
uint16_t getInstanceSize()
|
|
{
|
|
return 0;
|
|
}
|
|
} // namespace SVGDatabase
|