added command line, added basic character
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
#ifndef RENDERING_H
|
||||
#define RENDERING_H
|
||||
|
||||
#include "cglm/affine.h"
|
||||
#include "cglm/cglm.h"
|
||||
#include "math3d.h"
|
||||
#include "tier0/platform.h"
|
||||
#include "tier1/utlbuffer.h"
|
||||
#include "baseentity.h"
|
||||
#include "tier1/utlvector.h"
|
||||
|
||||
extern mat4 g_cameraView;
|
||||
|
||||
interface IVideo
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user