mirror of
https://github.com/NoelFB/blah.git
synced 2025-06-29 19:25:26 +08:00
virtual input cpp files had pragma once in them
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user