improved lots of stuff
This commit is contained in:
17
fpc/library/clang/c_libclang.h
Normal file
17
fpc/library/clang/c_libclang.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef C_LIBCLANG_H
|
||||
#define C_LIBCLANG_H
|
||||
|
||||
#include "tier0/platform.h"
|
||||
#include "tier1/utlstring.h"
|
||||
|
||||
#define CLANG_BACKEND_INTERFACE_NAME "ClangBackend001"
|
||||
|
||||
abstract_class IClangBackend
|
||||
{
|
||||
public:
|
||||
virtual bool AreFileDependenciesUpdated( CUtlString szFile, CUtlString szOutputFile, CUtlVector<CUtlString> arguments ) = 0;
|
||||
};
|
||||
|
||||
extern IClangBackend *clangbackend;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user