almost done
This commit is contained in:
11
fpc/public/lsp.h
Normal file
11
fpc/public/lsp.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef LSP_H
|
||||
#define LSP_H
|
||||
|
||||
#include "tier0/platform.h"
|
||||
|
||||
abstract_class IBasicLSP
|
||||
{
|
||||
virtual void GenerateConfig() = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user