add object module from corelib
This commit is contained in:
11
object/uuid.h
Normal file
11
object/uuid.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _BLUELIB_UUID_H_
|
||||
#define _BLUELIB_UUID_H_
|
||||
|
||||
#include <blue/object/uuid.h>
|
||||
|
||||
struct b_uuid {
|
||||
struct b_object u_base;
|
||||
struct b_uuid_bytes uuid_bytes;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user