From eb2f7aafdc8c355896149d3de4baed2d1de59c8a Mon Sep 17 00:00:00 2001 From: hugues Date: Fri, 11 Feb 2005 10:13:40 +0000 Subject: Et encore un p'tit coup de Pshiit! :-) git-svn-id: file:///usr/local/opt/svn/repos/glagen@10 0f7e0d06-a6f9-0310-a55f-d5f984f55e4c --- trunk/glagen/NOTES | 10 ++++++++++ trunk/glagen/trucs | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 trunk/glagen/NOTES delete mode 100644 trunk/glagen/trucs (limited to 'trunk') diff --git a/trunk/glagen/NOTES b/trunk/glagen/NOTES new file mode 100644 index 0000000..8589cba --- /dev/null +++ b/trunk/glagen/NOTES @@ -0,0 +1,10 @@ +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]); diff --git a/trunk/glagen/trucs b/trunk/glagen/trucs deleted file mode 100644 index 8589cba..0000000 --- a/trunk/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]); -- cgit v1.2.3