1 2 3 4 5 6
#ifndef RESHAPE_H #define RESHAPE_H void reshape (int w, int h); #endif // RESHAPE_H
Copyright © 2009 Don Pellegrino All Rights Reserved.