#ifndef VY_ASSETS_H #define VY_ASSETS_H #include /* Unique identifier for an asset. */ typedef uint32_t vy_uid; #endif