feedbackspu_proto.py revision 04fc98613495382a1a57ab98e095bd589a7a0795
# Copyright (c) 2001, Stanford University
# All rights reserved.
#
# See the file LICENSE.txt for information on redistributing this software.
import sys
import apiutil
print """
/* DO NOT EDIT - generated by feedback.py */
#ifndef FEEDBACKSPU_PROTO_H
#define FEEDBACKSPU_PROTO_H
#include "feedbackspu.h"
"""
print 'extern %s FEEDBACKSPU_APIENTRY feedbackspu_%s( %s );' % (return_type, func_name, apiutil.MakeDeclarationString(params))
print """
#endif
"""