This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/simulation/elements/ETRD.h
Tamás Bálint Misius ca6c67c16c
Factor functions shared between elements into headers
The signature duplication was getting out of hand; too easy to get wrong.
2023-12-09 16:37:49 +01:00

5 lines
120 B
C

#pragma once
#include "simulation/ElementDefs.h"
int Element_ETRD_nearestSparkablePart(Simulation *sim, int targetId);