index
:
project-spc
loek/audio
loek/cleanup
loek/collision-system
loek/config
loek/hotfix
loek/savemgr
loek/scripts
loek/tests
loek/util
loek/wrap
master
poc/audio-miniaudio
poc/audio-soloud
poc/profiling
24-25 b13 spc: minor project engine
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
resource-manager
/
resource.h
blob: 6bc44edc05f1df64d9663772c9f405d7d77fdf84 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
class
Resource
{
public
:
virtual
~
Resource
()
=
default
;
};