nuclear@6: #ifndef PNOISE_H_ nuclear@6: #define PNOISE_H_ nuclear@6: nuclear@6: float dbg_noise2(float x, float y); nuclear@6: float pnoise2(float x, float y, int periodx, int periody); nuclear@6: float pturbulence2(float x, float y, int periodx, int periody, int octaves); nuclear@6: nuclear@6: #endif // PNOISE_H_