/* Copyright 2021 Luca Fedeli, Axel Huebl * * This file is part of WarpX. * * License: BSD-3-Clause-LBNL */ #ifndef WARPX_INJECTOR_POSITION_FWD_H #define WARPX_INJECTOR_POSITION_FWD_H struct InjectorPositionRandom; struct InjectorPositionRegular; struct InjectorPosition; #endif /* WARPX_INJECTOR_POSITION_FWD_H */