Update base headers

This commit is contained in:
2022-06-02 15:51:53 +03:00
parent 6a359e7f4b
commit 684ed5dfd9
2 changed files with 101 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2022 Gregory Lirent */
#include "../vtype.h"
#ifndef LIBCDSB_EXTRA_VTYPE_H
#define LIBCDSB_EXTRA_VTYPE_H
extern const size_t LIBCDSB_VTYPE_SIZES[18];
#endif /* LIBCDSB_EXTRA_VTYPE_H */