rtengine/src/runtime/assets.h
2023-11-24 00:43:35 +01:00

9 lines
132 B
C

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