summaryrefslogtreecommitdiff
path: root/air.h
diff options
context:
space:
mode:
Diffstat (limited to 'air.h')
-rw-r--r--air.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/air.h b/air.h
deleted file mode 100644
index d9e04f6..0000000
--- a/air.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef AIR_H
-#define AIR_H
-#include "defines.h"
-
-extern float vx[YRES/CELL][XRES/CELL], ovx[YRES/CELL][XRES/CELL];
-extern float vy[YRES/CELL][XRES/CELL], ovy[YRES/CELL][XRES/CELL];
-extern float pv[YRES/CELL][XRES/CELL], opv[YRES/CELL][XRES/CELL];
-
-extern float cb_vx[YRES/CELL][XRES/CELL], cb_ovx[YRES/CELL][XRES/CELL];
-extern float cb_vy[YRES/CELL][XRES/CELL], cb_ovy[YRES/CELL][XRES/CELL];
-extern float cb_pv[YRES/CELL][XRES/CELL], cb_opv[YRES/CELL][XRES/CELL];
-
-extern float fvx[YRES/CELL][XRES/CELL], fvy[YRES/CELL][XRES/CELL];
-
-extern float kernel[9];
-
-void make_kernel(void);
-
-void update_air(void);
-
-#endif \ No newline at end of file