about summary refs log tree commit diff stats
path: root/src/twitter.h
blob: f9534c68538fa57b9ffd55ac15545d82b348b538 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef TWITTER_H_AC7A7666
#define TWITTER_H_AC7A7666

namespace twitter {
  
  class tweet;
  
};

#include "codes.h"
#include "util.h"
#include "auth.h"
#include "client.h"
#include "tweet.h"

#endif /* end of include guard: TWITTER_H_AC7A7666 */