9 lines
132 B
C
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 |