This commit is contained in:
blueloveTH 2025-06-20 17:36:21 +08:00
parent 5666d2c580
commit 4684e4386d
3 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,9 @@
#pragma once
#include "pocketpy/objects/base.h"
#include "pocketpy/common/vector.h"
#include "pocketpy/pocketpy.h"
#include "pocketpy/common/chunkedvector.h"
#include "pocketpy/config.h"
#include <stdint.h>
#define FIXEDHASH_T__HEADER
#define K py_Name

View File

@ -1,9 +1,9 @@
#if !defined(FIXEDHASH_T__HEADER) && !defined(FIXEDHASH_T__SOURCE)
#include "pocketpy/common/chunkedvector.h"
#include "pocketpy/config.h"
#include <stdint.h>
#if !defined(FIXEDHASH_T__HEADER) && !defined(FIXEDHASH_T__SOURCE)
#define FIXEDHASH_T__HEADER
#define FIXEDHASH_T__SOURCE
/* Input */

View File

@ -1,5 +1,7 @@
#if !defined(SMALLMAP_T__HEADER) && !defined(SMALLMAP_T__SOURCE)
#include "pocketpy/common/vector.h"
#include "pocketpy/common/utils.h"
#include "pocketpy/config.h"
#define SMALLMAP_T__HEADER
#define SMALLMAP_T__SOURCE