/*
* alessandropetrolati Main
*
* Created on 2008.
* Copyright © Alessandro Petrolati
* All rights reserved.
*
*/
#ifndef INDEX_HTML_
#define INDEX_HTML_
#include <resources>
#include <iostream>
#include <string>
#include <web>
using namespace std;
class alessandropetrolati
{
public:
/*! Info */
/*! Sound Design */
/*! Electronic Music */
/*! Resources */
protected:
private:
Resources _local;
Web _remote;
static alessandropetrolati* _info;
alessandropetrolati();
~alessandropetrolati() {};
};
alessandropetrolati* alessandropetrolati::_pinfo = 0;
#endif
///EOF