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/elements

7 lines
123 B
Plaintext

#include "ElementClasses.h"
std::vector<Element> GetElements()
{
std::vector<Element> elements;
return elements;
}