- added ViewFormat for parsing GE queries for Camera and stuff
- Camera now controlled with adjustable alt, tilt, auto roll based on aircraft banking and auto heading based on aircraft heading git-svn-id: http://moon:8086/svn/software/trunk/projects/FsTrack@129 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+3
-1
@@ -8,12 +8,14 @@
|
||||
#ifndef IHTTP_HPP
|
||||
#define IHTTP_HPP
|
||||
|
||||
#include "ViewFormat.hpp"
|
||||
|
||||
struct IHttpListener
|
||||
{
|
||||
IHttpListener() {}
|
||||
virtual ~IHttpListener() {}
|
||||
|
||||
virtual void onUpdate(const char *pPath) = 0;
|
||||
virtual void onUpdate(const char *pPath, ViewFormat const &viewFormat) = 0;
|
||||
};
|
||||
|
||||
#endif /* IHTTP_HPP */
|
||||
|
||||
Reference in New Issue
Block a user