feedbackspu_config.c revision 04fc98613495382a1a57ab98e095bd589a7a0795
/* Copyright (c) 2001, Stanford University
* All rights reserved
*
* See the file LICENSE.txt for information on redistributing this software.
*/
#include "cr_string.h"
#include "cr_environment.h"
#include "cr_error.h"
#include "cr_mem.h"
#include "feedbackspu.h"
#include <stdio.h>
#ifndef WINDOWS
#include <unistd.h>
#endif
static void __setDefaults( void )
{
}
{
}
/* option, type, nr, default, min, max, title, callback
*/
SPUOptions feedbackSPUOptions[] = {
};
void feedbackspuGatherConfiguration( void )
{
}