mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Fix more element source file includes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#include "simulation\Element.h"
|
#include "simulation/Element.h"
|
||||||
|
|
||||||
int update_REPL(UPDATE_FUNC_ARGS) {
|
int update_REPL(UPDATE_FUNC_ARGS) {
|
||||||
int r, rx, ry, ri;
|
int r, rx, ry, ri;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#include "simulation\Element.h"
|
#include "simulation/Element.h"
|
||||||
|
|
||||||
/* TRON element is meant to resemble a tron bike (or worm) moving around and trying to avoid obstacles itself.
|
/* TRON element is meant to resemble a tron bike (or worm) moving around and trying to avoid obstacles itself.
|
||||||
* It has four direction each turn to choose from, 0 (left) 1 (up) 2 (right) 3 (down).
|
* It has four direction each turn to choose from, 0 (left) 1 (up) 2 (right) 3 (down).
|
||||||
|
Reference in New Issue
Block a user