summaryrefslogtreecommitdiff
path: root/branches/hugues/glagen/trucs
diff options
context:
space:
mode:
Diffstat (limited to 'branches/hugues/glagen/trucs')
-rw-r--r--branches/hugues/glagen/trucs10
1 files changed, 0 insertions, 10 deletions
diff --git a/branches/hugues/glagen/trucs b/branches/hugues/glagen/trucs
deleted file mode 100644
index 8589cba..0000000
--- a/branches/hugues/glagen/trucs
+++ /dev/null
@@ -1,10 +0,0 @@
-Fonction a passer lors de l'Init :
-
-int GLG_palloc(kind..)
-int GLG_read(...)
-int GLG_write()
-void GLG_perlin()
- double GLG_Perlin_noise_1D(double arg);
- float GLG_Perlin_noise_2D(float vec[2]);
- float GLG_Perlin_noise_3D(float vec[3]);
- float GLG_Perlin_noise_4D(float vec[4]);