File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 88
99Unreleased
1010------------------
11+ Fixed
12+ - Fixed missing `tcod.FOV_SYMMETRIC_SHADOWCAST ` constant.
1113
121411.18.1 - 2020-11-30
1315--------------------
Original file line number Diff line number Diff line change 3131)
3232from tcod .console import Console # noqa: F401
3333from tcod .libtcodpy import * # noqa: F4
34+ from tcod .constants import * # noqa: F4
3435from tcod .loader import __sdl_version__ , ffi , lib # noqa: F4
3536
3637try :
325326 "FOV_PERMISSIVE_8" ,
326327 "FOV_RESTRICTIVE" ,
327328 "FOV_SHADOW" ,
329+ "FOV_SYMMETRIC_SHADOWCAST" ,
328330 "KEY_0" ,
329331 "KEY_1" ,
330332 "KEY_2" ,
Original file line number Diff line number Diff line change @@ -4667,6 +4667,7 @@ def _atexit_verify() -> None:
46674667 "FOV_PERMISSIVE_8" ,
46684668 "FOV_RESTRICTIVE" ,
46694669 "FOV_SHADOW" ,
4670+ "FOV_SYMMETRIC_SHADOWCAST" ,
46704671 "KEY_0" ,
46714672 "KEY_1" ,
46724673 "KEY_2" ,
You can’t perform that action at this time.
0 commit comments