mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-16 20:10:28 +00:00
subrepo: subdir: "tools/ZAPD" merged: "4751db5c9" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "4751db5c9" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
12 lines
No EOL
114 B
C++
12 lines
No EOL
114 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
/*
|
|
* The high level format for animations.
|
|
*/
|
|
|
|
class HLAnimation
|
|
{
|
|
public:
|
|
}; |