15 lines
174 B
C++
15 lines
174 B
C++
#ifndef IXR_H
|
|
#define IXR_H
|
|
|
|
#include "tier1/interface.h"
|
|
#include "tier2/iappsystem.h"
|
|
#include "trig.h"
|
|
|
|
abstract_class IXrManager: public IAppSystem
|
|
{
|
|
public:
|
|
};
|
|
|
|
#endif
|
|
|