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/ToolCommon.h
Tamás Bálint Misius 4f0c365e05
Preprocessor purge round 19: Split and minimize usage of Config.h
Also mostly banish it from other headers, and shuffle standard header includes to minimize cross-contamination between headers.
2023-01-27 09:27:32 +01:00

7 lines
146 B
C

#pragma once
#include "ToolClasses.h"
#include "Simulation.h"
#include "graphics/Renderer.h"
#include "ElementDefs.h"
#include "ElementClasses.h"