1#ifndef GOOEY_PROGRESSBAR_H
2#define GOOEY_PROGRESSBAR_H
4#include "common/gooey_common.h"
void GooeyProgressBar_Update(GooeyProgressBar *progressbar, long new_value)
GooeyProgressBar * GooeyProgressBar_Create(int x, int y, int width, int height, long initial_value)