mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-29 17:08:56 +08:00
virtual input cpp files had pragma once in them
This commit is contained in:
parent
bb68a25b41
commit
ef5714bb83
|
@ -1,4 +1,3 @@
|
|||
#pragma once
|
||||
#include <blah/input/virtual_axis.h>
|
||||
#include <blah/time.h>
|
||||
#include <blah/log.h>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#pragma once
|
||||
#include <blah/input/virtual_button.h>
|
||||
#include <blah/time.h>
|
||||
#include <blah/log.h>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#pragma once
|
||||
#include <blah/input/virtual_stick.h>
|
||||
#include <blah/time.h>
|
||||
#include <blah/log.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user