mirror of https://github.com/libAthena/athena.git
18 lines
132 B
C++
18 lines
132 B
C++
|
#ifndef OAUTH_HPP
|
||
|
#define OAUTH_HPP
|
||
|
|
||
|
#include <Athena/Global.hpp>
|
||
|
|
||
|
namespace Athena
|
||
|
{
|
||
|
namespace net
|
||
|
{
|
||
|
class OAuth
|
||
|
{
|
||
|
|
||
|
};
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif
|