athena/include/Athena/OAuth.hpp

18 lines
132 B
C++
Raw Normal View History

2015-10-27 08:16:56 +00:00
#ifndef OAUTH_HPP
#define OAUTH_HPP
#include <Athena/Global.hpp>
namespace Athena
{
namespace net
{
class OAuth
{
};
}
}
#endif