My Project
IBrowserMsgListener.h
1 //there is a head file conflict problem with boost and winSock,so we
3 //put interface in a separete file to avoid cross include.
4 
5 #pragma once
6 
7 namespace ParaEngine
8 {
10  {
11  public:
12  virtual void OnWebPageLoaded() = 0;
13  };
14 }
Definition: IBrowserMsgListener.h:9
different physics engine has different winding order.
Definition: EventBinding.h:32