FlightGear next
NasalTranslations.hxx
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 Florent Rougon
2// SPDX-License-Identifier: GPL-2.0-or-later
3
9
10#pragma once
11
12#include <simgear/nasal/nasal.h>
13
14namespace flightgear
15{
16
17void initNasalTranslations(naRef globals, naContext c);
18
19} // of namespace flightgear
FGGlobals * globals
Definition globals.cxx:142
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information ...
Definition Addon.cxx:53
void initNasalTranslations(naRef globals, naContext c)