Newer
Older
Tardis / lang / types.h
// SPDX-License-Identifier: MIT
// Copyright (c) 2023 John Watts and the LuminaSensum contributors

#ifndef TYPES_H
#define TYPES_H

typedef void *Object;
typedef void *VmState;

#endif