Files
funnygame/public/asmrigs/as.h

15 lines
214 B
C

#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