게임 엔진을 game 모듈로 통합
This commit is contained in:
@@ -14,10 +14,6 @@ extensions = cythonize(
|
||||
"coolrl_lost_cities.games.classic.game",
|
||||
["src/coolrl_lost_cities/games/classic/game.pyx"],
|
||||
),
|
||||
Extension(
|
||||
"coolrl_lost_cities.games.classic.engines.fast",
|
||||
["src/coolrl_lost_cities/games/classic/engines/fast.pyx"],
|
||||
),
|
||||
],
|
||||
language_level=3,
|
||||
compiler_directives={
|
||||
|
||||
Reference in New Issue
Block a user