//==============================================================================
 
//
 
// Title:               soccli.h
 
// Purpose:             A short description of the interface.
 
//
 
// Created on:  3/13/2017 at 12:32:38 PM by rok.
 
// Copyright:   . All Rights Reserved.
 
//
 
//==============================================================================
 
 
 
#ifndef __soccli_H__
 
#define __soccli_H__
 
 
 
#ifdef __cplusplus
 
    extern "C" {
 
#endif
 
 
 
//==============================================================================
 
// Include files
 
 
 
#include "cvidef.h"
 
 
 
//==============================================================================
 
// Constants
 
 
 
//==============================================================================
 
// Types
 
 
 
//==============================================================================
 
// External variables
 
 
 
//==============================================================================
 
// Global functions
 
 
 
int Declare_Your_Functions_Here (int x);
 
 
 
#ifdef __cplusplus
 
    }
 
#endif
 
 
 
#endif  /* ndef __soccli_H__ */