This commit is contained in:
Jean-Philip Desjardins 2014-05-07 02:24:55 -04:00
parent 76a26df944
commit e85577af87

View File

@ -1,5 +1,4 @@
#ifndef _VPU1_H_
#define _VPU1_H_
#pragma once
#include "VPU.h"
@ -25,5 +24,3 @@ private:
uint32 m_TOP;
uint32 m_TOPS;
};
#endif