12 lines
305 B
C
12 lines
305 B
C
|
/* 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 */
|