Photonics-Helfer/src/pipes2.h

11 lines
188 B
C
Raw Normal View History

2024-12-13 18:06:49 +01:00
#ifndef pipes2_H_
#define pipes2_H_
// #ifndef _FILE_NAME_H_
// #define _FILE_NAME_H_
// extern int pipes(int width, int height);
int pipes_2(int width, int height);
#endif