holy shit thats a lot of changed to asmrigs
This commit is contained in:
14
public/asmrigs/as.h
Normal file
14
public/asmrigs/as.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef ASMRIGS_AS_H
|
||||
#define ASMRIGS_AS_H
|
||||
|
||||
#include "tier0/platform.h"
|
||||
#include "tier1/utlbuffer.h"
|
||||
|
||||
struct AsOptions_t
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
CUtlBuffer<uint8_t> Assemble( const char *szAssembly, AsOptions_t stOptions );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user