Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-17 08:07:20

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2024 Wouter Deconinck
0003 
0004 #pragma once
0005 
0006 // DEPRECATED: ParticleSvc has been moved to src/services/particle/ParticleSvc.h
0007 // This header is kept for backward compatibility and will be removed in a future version.
0008 // Please update your includes to: #include <services/particle/ParticleSvc.h>
0009 
0010 #pragma message(                                                                                   \
0011     "Warning: algorithms/interfaces/ParticleSvc.h is deprecated. Use services/particle/ParticleSvc.h instead.")
0012 
0013 #include <services/particle/ParticleSvc.h>