mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add auto-generation warning to files.
This commit is contained in:
parent
ac088ea692
commit
db51384b63
@ -1,3 +1,5 @@
|
|||||||
|
# DO NOT EDIT:
|
||||||
|
# This file is generated by resources/tools/export_coordinates.py.
|
||||||
from game.theater.projections import TransverseMercator
|
from game.theater.projections import TransverseMercator
|
||||||
|
|
||||||
PARAMETERS = TransverseMercator(
|
PARAMETERS = TransverseMercator(
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
# DO NOT EDIT:
|
||||||
|
# This file is generated by resources/tools/export_coordinates.py.
|
||||||
from game.theater.projections import TransverseMercator
|
from game.theater.projections import TransverseMercator
|
||||||
|
|
||||||
PARAMETERS = TransverseMercator(
|
PARAMETERS = TransverseMercator(
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
# DO NOT EDIT:
|
||||||
|
# This file is generated by resources/tools/export_coordinates.py.
|
||||||
from game.theater.projections import TransverseMercator
|
from game.theater.projections import TransverseMercator
|
||||||
|
|
||||||
PARAMETERS = TransverseMercator(
|
PARAMETERS = TransverseMercator(
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
# DO NOT EDIT:
|
||||||
|
# This file is generated by resources/tools/export_coordinates.py.
|
||||||
from game.theater.projections import TransverseMercator
|
from game.theater.projections import TransverseMercator
|
||||||
|
|
||||||
PARAMETERS = TransverseMercator(
|
PARAMETERS = TransverseMercator(
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
# DO NOT EDIT:
|
||||||
|
# This file is generated by resources/tools/export_coordinates.py.
|
||||||
from game.theater.projections import TransverseMercator
|
from game.theater.projections import TransverseMercator
|
||||||
|
|
||||||
PARAMETERS = TransverseMercator(
|
PARAMETERS = TransverseMercator(
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
# DO NOT EDIT:
|
||||||
|
# This file is generated by resources/tools/export_coordinates.py.
|
||||||
from game.theater.projections import TransverseMercator
|
from game.theater.projections import TransverseMercator
|
||||||
|
|
||||||
PARAMETERS = TransverseMercator(
|
PARAMETERS = TransverseMercator(
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
# DO NOT EDIT:
|
||||||
|
# This file is generated by resources/tools/export_coordinates.py.
|
||||||
from game.theater.projections import TransverseMercator
|
from game.theater.projections import TransverseMercator
|
||||||
|
|
||||||
PARAMETERS = TransverseMercator(
|
PARAMETERS = TransverseMercator(
|
||||||
|
|||||||
@ -241,6 +241,8 @@ def main() -> None:
|
|||||||
out_file.write_text(
|
out_file.write_text(
|
||||||
textwrap.dedent(
|
textwrap.dedent(
|
||||||
f"""\
|
f"""\
|
||||||
|
# DO NOT EDIT:
|
||||||
|
# This file is generated by resources/tools/export_coordinates.py.
|
||||||
from game.theater.projections import TransverseMercator
|
from game.theater.projections import TransverseMercator
|
||||||
|
|
||||||
PARAMETERS = TransverseMercator(
|
PARAMETERS = TransverseMercator(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user