#ifndef RESHAPE_H #define RESHAPE_H void reshape (int w, int h); #endif // RESHAPE_H