mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
some fix
This commit is contained in:
parent
5666d2c580
commit
4684e4386d
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user