7 lines
155 B
C++
7 lines
155 B
C++
#ifndef CHARGE_PARTICLE_BASE_H
|
|
#define CHARGE_PARTICLE_BASE_H
|
|
#include <Magnum/Magnum.h>
|
|
|
|
namespace ChargeParticles {} // namespace ChargeParticles
|
|
#endif
|