Genesis Commit

This commit is contained in:
2025-09-15 03:12:30 +03:00
commit 5591a06fcf
6 changed files with 136 additions and 0 deletions

6
src/ChargeParticles.hpp Normal file
View File

@@ -0,0 +1,6 @@
#ifndef CHARGE_PARTICLE_BASE_H
#define CHARGE_PARTICLE_BASE_H
#include <Magnum/Magnum.h>
namespace ChargeParticles {} // namespace ChargeParticles
#endif